A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
Abstractions over storage in Secret Contracts
Deterministic tests for binary serialization and deserialization compatibility
🦑 Remote multiplexed objects, channels, observable collections and RPC making remote interactions seamless. Provides multiple remote channels and RPC over TCP, TLS or any other transport.
Convert a log::Record to a serializable format. Not as straightforward as it sounds, because the log::Record contains a non-serializable type. This crate provides a way to deal with situation.