libvctrl_core 3.2.0

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

pub mod binary_encoder;

pub use binary_decoder::BinaryDecoder;
pub use binary_encoder::{BinaryEncoder, VERSION};