Crate xxlib[][src]

Re-exports

pub use manager::ObjectManager;
pub use manager::IReadInner;
pub use manager::IWriteInner;
pub use types::ISerdeTypeId;
pub use types::ISerde;
pub use types::IStruct;
pub use types::ISerdeCaseToType;

Modules

Structs

Weak is a version of Rc that holds a non-owning reference to the managed allocation. The allocation is accessed by calling upgrade on the Weak pointer, which returns an Option<Rc<T>>.

Traits