cargo-port 0.1.4

A TUI for inspecting and managing Rust projects
1
2
3
4
5
6
// src scan language_stats rust_breakdown
pub(super) const BENCHES_LABEL: &str = "benches";
pub(super) const CODE_LABEL: &str = "code";
pub(super) const EXAMPLES_LABEL: &str = "examples";
pub(super) const INTEGRATION_TESTS_LABEL: &str = "integration tests";
pub(super) const UNIT_TESTS_LABEL: &str = "unit tests";