nido-tasks 0.0.0-alpha.0

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

#![forbid(unsafe_code)]