cargo-grip4rust 0.1.4

A cargo subcommand for measuring Rust testability
Documentation
// Copyright 2026 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT

pub mod app;
pub mod args;
pub mod cache;
pub mod collector;
pub mod config;
pub mod default_scorer;
pub mod fs_walk;
pub mod function_info;
pub mod grip_report;
pub mod item_counts;
pub mod module_stats;
pub mod offender;
pub mod overall_stats;
pub mod stdout_reporter;
pub mod traits;
pub mod unsafe_finder;