Skip to main content

nido_build_queue/
lib.rs

1//! # nido-build-queue
2//!
3//! Pre-release metadata crate reserving the crates.io name for the Nido
4//! capacity-aware build-queue namespace.
5//!
6//! This `0.0.0-alpha.0` release intentionally exposes no public service API.
7//! Functional APIs are planned for `nido-build-queue >= 0.1.0` after API,
8//! documentation, ownership, and release-review gates are complete.
9
10#![forbid(unsafe_code)]