nils-semantic-commit 0.7.2

CLI crate for nils-semantic-commit in the nils-cli workspace.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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/commit.rs"]
mod commit;
#[path = "integration/common.rs"]
pub mod common;
#[path = "integration/completion_outside_repo.rs"]
mod completion_outside_repo;
#[path = "integration/staged_context.rs"]
mod staged_context;