Registry / utility / parse-changelog

parse-changelog

JSON →
library0.6.16rscratesunverified

Simple changelog parser, written in Rust.

# Cargo.toml [dependencies] parse-changelog = "0.6.16"
INSTALL
IMPORT
SIG · PARSE-CHANGELOG
P
parse-changelog
utilityrustv0.6.16
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.

parse
use parse_changelog::parse;

Parse a changelog string into structured data.

use parse_changelog::parse; fn main() { let changelog = parse("# Changelog\n## [1.0.0] - 2023-01-01\n### Added\n- New feature").unwrap(); println!("{:?}", changelog); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
parse-changelog — cargo add parse-changelog · libregistry