Implement native RLV callback service integration (#80)
This commit is contained in:
@@ -38,6 +38,11 @@ TARGETS = {
|
||||
# implementations. The generated module keeps catalog markers and re-exports
|
||||
# the hand-written type so coverage remains deterministic.
|
||||
NATIVE_TYPES = {
|
||||
"T:LibreMetaverse.RLV.AttachmentRequest": "crate::service::AttachmentRequest",
|
||||
"T:LibreMetaverse.RLV.RlvActionCallbacksDefault": "crate::service::RlvActionCallbacksDefault",
|
||||
"T:LibreMetaverse.RLV.RlvCallbacksDefault": "crate::service::RlvCallbacksDefault",
|
||||
"T:LibreMetaverse.RLV.RlvCommandProcessor": "crate::service::RlvCommandProcessor",
|
||||
"T:LibreMetaverse.RLV.RlvService": "crate::service::RlvService",
|
||||
"T:LibreMetaverse.AISResponseMeta": "crate::inventory_ais::AISResponseMeta",
|
||||
"T:LibreMetaverse.AccountLevelBenefits": "crate::login::AccountLevelBenefits",
|
||||
"T:LibreMetaverse.AgentDisplayName": "crate::message_decoder::AgentDisplayName",
|
||||
@@ -2817,6 +2822,8 @@ TRAIT_SUPERTRAITS = {
|
||||
"T:LibreMetaverse.IBakingTextureProvider": "std::any::Any + Send + Sync",
|
||||
"T:LibreMetaverse.Interfaces.IMessage": "std::any::Any",
|
||||
"T:LibreMetaverse.Appearance.ICurrentOutfitPolicy": "Send + Sync",
|
||||
"T:LibreMetaverse.RLV.IRlvActionCallbacks": "Send + Sync",
|
||||
"T:LibreMetaverse.RLV.IRlvQueryCallbacks": "Send + Sync",
|
||||
}
|
||||
CORE_NAMESPACES = (
|
||||
"LibreMetaverse.Http",
|
||||
|
||||
Reference in New Issue
Block a user