Skip to main content

Module shared_object

Module shared_object 

Source
Expand description

Enhanced shared object implementation with application-specific logic

Re-exports§

pub use crate::shared::SharedObjectId;

Structs§

ApplicationObjectRegistry
Registry for managing application objects
MerkelizedChain
Merkelized chain object (Rust analogue of Python SimpleChainObject)
MessageChain
Message chain - append-only ordered log of messages. Mirrors Python message chain concept: ordered sequence of messages with digest-based sync support.
SimpleSharedNumber
Simple shared number object for testing (equivalent to Python SimpleSharedNumber)

Traits§

ApplicationObject
Enhanced shared object trait with application-specific functionality