ton_core 0.3.2

A collection of types and utilities for interacting with the TON network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Core TON cells, addresses, TLB serialization, and provider traits.

pub use ton_macros::*; // re-export

pub mod bits_utils;
pub mod cell;
pub mod constants;
pub mod errors;
#[cfg(feature = "serde")]
pub mod serde;
pub mod traits;
pub mod types;