Skip to main content

rudb_encoding/
lib.rs

1//! Every encoding, the cascade machinery, the cost model and multi-column detection.
2//!
3//! Rank 2 in the layer rule. See `xtask/layers.toml` and `spec/18-package-layout.md`.
4
5#![forbid(unsafe_code)]
6
7/// The crate this rank belongs to, so that the layer check has something to read and the
8/// scaffold compiles. Replaced by the first real item.
9pub const RANK: u8 = 2;