nils-term 0.7.3

Library crate for nils-term in the nils-cli workspace.
Documentation
1
2
3
4
5
6
7
// Consolidated integration test target.
// Each former `tests/*.rs` is declared as a submodule here so the crate
// links one integration test binary instead of many. This keeps the
// dev-loop link phase O(crates) instead of O(test-files).

#[path = "integration/progress.rs"]
mod progress;