tonstruct 0.0.3

TON blockchain types serialization tool for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod address;
pub mod bool;
pub mod cell_raw;
pub mod cell_ref;
pub mod coins;
pub mod comment;
pub mod int;
pub mod optional;
pub mod string;
pub mod uint;