Module prelude

Module prelude 

Source
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 fn pointers or closures to a uniform type.

Structs§

Update
Represents the effects of a successful rule application.