miden-protocol 0.14.5

Core components of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod schema;
pub use schema::*;

mod value_name;
pub use value_name::{StorageValueName, StorageValueNameError};

mod type_registry;
pub use type_registry::{SchemaRequirement, SchemaType, SchemaTypeError};

mod init_storage_data;
pub use init_storage_data::{InitStorageData, InitStorageDataError, WordValue};

#[cfg(feature = "std")]
pub mod toml;