libvctrl_core 1.0.0

Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)
Documentation
1
2
3
4
5
pub mod codec;
pub mod hash;
pub mod object;
pub mod store;
pub mod validate;