nido-ui 0.0.0-alpha.0

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

#![forbid(unsafe_code)]