meld 1.1.5

Deterministic filesystem state management using Merkle trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Metadata domain contracts.
//!
//! Owns frame metadata types and frame write boundary checks.

pub mod frame_key_descriptor;
pub mod frame_key_registry;
pub mod frame_types;
pub mod frame_write_contract;
pub(crate) mod owned_frame_metadata_keys;
pub mod prompt_link_contract;

pub use frame_types::FrameMetadata;