stern4rust/rules/layout/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 directory_file_count_rule;
6pub mod directory_subfolder_count_rule;
7pub mod module_registry_rule;
8pub mod paired_test_file_rule;
9pub mod registry_completeness_rule;
10pub mod test_file_name_postfix_rule;
11pub mod tests_layout_rule;