Expand description
Main components around Actions and their [processing][Action::substitute].
Structs
- Deletes everything in the input.
- German language action, responsible for Umlauts and Eszett.
- Renders in lowercase.
- Performs Unicode normalization.
- Replaces input with a fixed string.
- Squeezes all consecutive matched scopes into a single occurrence.
- Replace ASCII symbols (
--,->,!=, …) with proper Unicode equivalents (–,→,≠, …). - Inverts all symbols inserted by [
Symbols]. - Renders in titlecase.
- Renders in uppercase.
Traits
- An action in the processing pipeline, as initiated by
crate::apply.