rivet/config.rs
1//! Compile-time kernel configuration (plan.md §4.1).
2//!
3//! Generated by `build.rs` from the `RIVET_*` environment variables; see
4//! `rivet/build.rs` for the full list and defaults. The whole kernel sizes
5//! itself from these constants — every array is `[T; MAX_*]`.
6
7include!(concat!(env!("OUT_DIR"), "/config.rs"));