dredd-rs 0.2.1

A simple rules engine for Rust, adapted from the Dredd implementation for Android.
Documentation
1
2
3
pub(crate) mod engine;
pub mod rule;
pub(crate) mod runner;