Crate notabene

Crate notabene 

Source

Re-exports§

pub use changelog::Changelog;
pub use error::Error;
pub use error::ParseError;

Modules§

changelog
Represent changelogs in Keep a Changelog format.
error
Errors returned by this crate.
span
Work with spans within the source document.
unist
Universal Syntax Tree (unist) structs.

Structs§

Diagnostic
A rule violation.

Enums§

Rule
A linter rule.

Functions§

parse_file
Parse a changelog from a file.
parse_str
Parse a changelog from a string.