Expand description
chectarine
Re-exports§
pub use config::Config;
Modules§
- config
- Configuration data types.
Structs§
- Named
Reader - I/O
Reader that has a file path attached to it. Used as input to check functions. - Outcome
Iter - An iterator over the variants of Outcome
- Position
- Position within the file where a violation occurred.
- Report
- Full report of checking a file or files.
- Violation
- Violation of a rule defined in a config entry.
Enums§
- Check
Error - Outcome
- Outcome of checking a file.
Functions§
- check_
content - Check content of given file or buffer against entries defined in given
Config.