icydb-core 0.213.34

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
//! Module: data::storage
//! Responsibility: short aliases for raw structural value-storage codecs.
//! Boundary: preserves the original structural-field functions while giving
//! callers a semantic namespace.

pub(in crate::db::data) mod decode {}

pub(in crate::db::data) mod encode {}