icydb-core 0.213.33

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
//! Module: db::data::persisted_row::codec
//! Defines the persisted row-slot codec boundary and re-exports the leaf codec
//! families owned by this directory module.

mod scalar;

pub(crate) use scalar::{ScalarSlotValueRef, ScalarValueRef};
pub(super) use scalar::{decode_scalar_slot_value, encode_scalar_slot_value};