Skip to main content

rudb_exec/
lib.rs

1//! Operators, morsels, the scheduler, hash tables, sorting and spilling.
2//!
3//! Rank 12 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 = 12;