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
Component
s in the Leaf data model.
Derive Macros§
- Derive macro for the
Component
trait. - Derive macro fro the
HasBorshSchema
trait.