//! Rust coding standards definitions and enforcement
//!//! This module defines the specific standards that Ferrous Forge enforces
//! and provides utilities for checking compliance.
moddefaults;modimplementation;#[cfg(test)]#[allow(clippy::unwrap_used, clippy::expect_used, clippy::panic)]modtests;modtypes;pubusetypes::*;