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§
- components
- Common Leaf components.
- prelude
- store
- Backend stores that may be used with the [
Leaf] struct.
Structs§
- Leaf
- The leaf store, the entrypoint to the leaf API.
- Loaded
Entity
Enums§
Traits§
- Component
- Trait implemented by
Components in the Leaf data model.
Derive Macros§
- Component
- Derive macro for the
Componenttrait. - HasBorsh
Schema - Derive macro fro the
HasBorshSchematrait.