certified-vars 0.1.4

Certified variable friendly data structures for the Internet Computer.
Documentation
1
2
3
4
5
6
//! Useful collections that implement [`crate::AsHashTree`]

pub mod group;
pub mod map;
pub mod paged;
pub mod seq;