Skip to main content

Module sortedint

Module sortedint 

Source

Re-exports§

pub use const::BE_LEN;
pub use const::ERR_MAX_NOT_INT;
pub use const::ERR_MIN_GT_MAX;
pub use const::ERR_MIN_NOT_INT;
pub use const::ERR_WRONG_TYPE;
pub use key::item as compose_si_item_key;
pub use key::key as compose_si_key;
pub use key::meta as compose_si_meta_key;
pub use key::prefix as compose_si_prefix;
pub use key::prefix_stack as compose_si_prefix_stack;
pub use meta::SortedintMeta;
pub use opt::IntoSortedintRange;
pub use opt::SortedintRange;
pub use opt::decode_be_u64;
pub use opt::encode_be_u64;
pub use opt::parse_range_spec;

Modules§

const
impl
key
meta
opt

Functions§

extract_id
Operation definition. 从存储键字节切片中提取 64 位整数 ID(大端序紧凑保序 8 字节)