Skip to main content

grip/
lib.rs

1// Copyright 2026 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
4
5pub mod app;
6pub mod args;
7pub mod cache;
8pub mod collector;
9pub mod config;
10pub mod default_scorer;
11pub mod fs_walk;
12pub mod function_info;
13pub mod grip_report;
14pub mod item_counts;
15pub mod module_stats;
16pub mod offender;
17pub mod overall_stats;
18pub mod stdout_reporter;
19pub mod traits;
20pub mod unsafe_finder;
21pub mod io_call_finder;
22pub mod hidden_dep_finder;
23pub mod contribution_schedule;