nido-web 0.0.0-alpha.0

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

#![forbid(unsafe_code)]