standard-commit 0.0.1

Conventional commit parsing, validation, and formatting
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 0 items with examples
  • Size
  • Source code size: 21.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.94 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • driftsys/git-std
    0 0 28
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stasson

Conventional commit parsing, validation, and formatting.

standard-commit implements the Conventional Commits specification as a pure library — no I/O, no git operations, no terminal output.

  • Parsing — extract type, scope, description, body, footers, and breaking status
  • Linting — validate messages against configurable rules
  • Formatting — render a [ConventionalCommit] back to a well-formed message string