guarding_core 0.2.7

Guarding is a guardians for code, architecture, layered. Guarding crate a architecture aguard DSL which based on ArchUnit.
Documentation
1
2
3
4
5
6
pub use executor::RuleExecutor;
pub use rule_error::RuleErrorMsg;

pub mod executor;
pub mod package_matcher;
pub mod rule_error;