Crate conventional_commits_types

Source
Expand description

Defines structures that can be used to work with conventional commits. The implementation resembles the v1.0.0 specification defined over at conventionalcommits.org.

Structs§

Commit
A commit message.
Footer
A commit message footer.

Enums§

FooterSeparator
The separator used to separate the token and value of a footer.

Constants§

SEPARATOR_COLON
The :<space> separator.
SEPARATOR_HASHTAG
The <space># separator for footer notes.