Crate leaf_protocol
source ·Expand description
Rust implementation of the Leaf Protocol draft.
Re-exports§
pub use leaf_protocol_types as types;pub use borsh;pub use iroh;
Modules§
- Common Leaf components.
- Backend stores that may be used with the [
Leaf] struct.
Structs§
- The leaf store, the entrypoint to the leaf API.
Enums§
Traits§
- Trait implemented by
Components in the Leaf data model.
Derive Macros§
- Derive macro for the
Componenttrait. - Derive macro fro the
HasBorshSchematrait.