Skip to main content

stern4rust/rules/
mod.rs

1// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
2// Licensed under the MIT License
3// SPDX-License-Identifier: MIT
4
5pub mod header_rule;
6pub mod imported_paths_rule;
7pub mod module_registry_rule;
8pub mod readable_source_rule;
9pub mod registry_completeness_rule;
10pub mod single_implemented_type_rule;
11pub mod test_file_structure_rule;
12pub mod test_free_source_rule;
13pub mod tests_layout_rule;