Crate chectarine

Crate chectarine 

Source
Expand description

chectarine

Re-exports§

pub use config::Config;

Modules§

config
Configuration data types.

Structs§

NamedReader
I/O Reader that has a file path attached to it. Used as input to check functions.
OutcomeIter
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§

CheckError
Outcome
Outcome of checking a file.

Functions§

check_content
Check content of given file or buffer against entries defined in given Config.