Modules§
Enums§
- Region
- A region of text classified by a format parser.
Traits§
- Format
Parser - Trait for format-specific parsers that classify text into regions.
Functions§
- check_
pragma - Check if a line contains a snapper pragma. Returns Some(false) for “snapper:off”, Some(true) for “snapper:on”, None otherwise.
- flush_
prose - Flush accumulated prose into the region list, clearing the buffer.
- parser_
for_ format - Create the appropriate parser for a given format.