certified-vars 0.1.4

Certified variable friendly data structures for the Internet Computer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod as_hash_tree;
pub mod collections;
pub mod hashtree;
pub mod label;
pub mod rbtree;

pub use as_hash_tree::AsHashTree;
pub use collections::group::builder::GroupBuilder;
pub use collections::group::Group;
pub use collections::map::Map;
pub use collections::paged::Paged;
pub use collections::seq::Seq;
pub use hashtree::{Hash, HashTree};