cargo-crap4rust 0.6.2

Cargo subcommand for computing CRAP scores across Rust crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License or Apache License, Version 2.0
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod app_tests;
pub mod cli_tests;
pub mod complexity_tests;
pub mod coverage_index_tests;
pub mod coverage_tests;
pub mod file_walker_tests;
pub mod fixtures;
pub mod impl_collector_tests;
pub mod llvm_cov_builder_tests;
pub mod manifest_tests;
pub mod model_tests;
pub mod report_tests;
pub mod source_root_collector_tests;
pub mod source_tests;