cargo-port 0.1.3

A TUI for inspecting and managing Rust projects
1
2
3
4
5
6
7
8
9
10
11
// project counts

pub(super) const PROJECT_LIBS_LABEL: &str = "lib";
pub(super) const PROJECT_PROC_MACROS_LABEL: &str = "proc-macro";
pub(super) const PROJECT_WORKSPACES_LABEL: &str = "ws";

// tests

pub(super) const TESTS_DOC_LABEL: &str = "doc";
pub(super) const TESTS_INTEGRATION_LABEL: &str = "integration";
pub(super) const TESTS_UNIT_LABEL: &str = "unit";