Modules
- Main components around
Actions and their [processing][Action::substitute]. - Items for defining the scope actions are applied within.
Structs
- The type of regular expression used throughout the crate. Abstracts away the underlying implementation. A compiled regular expression.
Enums
- An error as returned by
apply.
Constants
- Pattern signalling global scope, aka matching entire inputs.
Functions
- Apply the list of actions to a source, writing results to the given destination.