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§

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.
LoadedEntity

Enums§

EntityEntry

Traits§

Component
Trait implemented by Components in the Leaf data model.

Derive Macros§

Component
Derive macro for the Component trait.
HasBorshSchema
Derive macro fro the HasBorshSchema trait.