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.