Expand description
This is the main library file for the dredd-rs
crate.
It defines the following modules:
engine
: Contains the core logic and functionality of the engine.macros
: Provides useful macros for the crate.rule
: Defines the rules and their associated logic.runner
: Manages the execution and orchestration of the engine.
Modules§
Macros§
- Macro to define a best-first rule structure and its implementation.
- Macro to define a chain rule structure and its implementation.