1 2 3 4 5
pub mod metadata; pub mod registry; pub use metadata::RuleMetadata; pub use registry::lookup_rule_metadata;