Registry / utility / conventional-commit-parser

conventional-commit-parser

JSON →
library0.9.4rscratesunverified

A Rust implementation of the conventional commit specification.

# Cargo.toml [dependencies] conventional_commit_parser = "0.9.4"
INSTALL
IMPORT
SIG · CONVENTIONAL-COMMI
C
conventional-commit-parser
utilityrustv0.9.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Commit
use conventional_commit_parser::Commit;

Parse a conventional commit message string.

use conventional_commit_parser::Commit; fn main() { let commit = "feat: add new feature".parse::<Commit>().unwrap(); println!("{:?}", commit); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
conventional-commit-parser — cargo add conventional-commit-parser · libregistry