tlb-ton 0.2.21

Common TL-B types for TON blockchain
Documentation
1
2
3
4
5
//! Collection of hashmap-like **de**/**ser**ializable data structures
pub mod aug;
pub use aug::{Hashmap, HashmapE, HashmapNode};
mod hm_label;
pub mod pfx;