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