Crate everscale_types

source ·

Re-exports

pub use self::boc::Boc;
pub use self::cell::Cell;
pub use self::cell::CellDescriptor;
pub use self::cell::CellFamily;
pub use self::cell::CellHash;
pub use self::cell::CellType;
pub use self::cell::LevelMask;
pub use self::dict::Dict;

Modules

Structs

Thread-safe cell family.
Builder for constructing cells with densely packed data.
A read-only view for a subcell of a cell
Single-threaded cell family.

Type Definitions

BOC (Bag Of Cells) helper for the Arc family of cells.
Thread-safe cell.
Cell builder for the Arc family of cells.
A read-only view for the Arc family of cells.
An ordinary dictionary with fixed length keys for the Arc family of cells.
BOC (Bag Of Cells) helper for the Rc family of cells.
Single-threaded cell.
Cell builder for the Rc family of cells.
A read-only view for the Rc family of cells.
An ordinary dictionary with fixed length keys for the Rc family of cells.