//! Module: index::key
//! Responsibility: canonical index-key construction and raw encoding layers.
//! Does not own: index-store scanning or unique-constraint policy.
//! Boundary: used by planner/store/range modules as key authority.
pub use ;
pub use derive_index_expression_value;
pub use IndexId;
pub use ;