Expand description
Re-exported functions and types for convenience.
Re-exports§
pub use crate::commands::Commands;pub use crate::engine::Engine;pub use crate::engine_builder::EngineBuilder;pub use crate::helpers::select_first;pub use crate::rule::Rule;pub use crate::rule::RuleFn;
Macros§
- rule_
fns - A convenience macro to cast a list of
fnpointers or closures to a uniform type.
Structs§
- Update
- Represents the effects of a successful rule application.