1 2 3 4 5 6 7 8 9 10
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev> // Licensed under the MIT License // SPDX-License-Identifier: MIT pub mod args; pub mod config; pub mod config_file; pub mod header_source; pub mod manifest_resolver; pub mod rule_selection;