Expand description
Enhanced shared object implementation with application-specific logic
Re-exports§
Structs§
- Application
Object Registry - Registry for managing application objects
- Merkelized
Chain - Merkelized chain object (Rust analogue of Python SimpleChainObject)
- Message
Chain - Message chain - append-only ordered log of messages. Mirrors Python message chain concept: ordered sequence of messages with digest-based sync support.
- Simple
Shared Number - Simple shared number object for testing (equivalent to Python SimpleSharedNumber)
Traits§
- Application
Object - Enhanced shared object trait with application-specific functionality