ConvCommits is a library to parse Conventional Commits.
The purpose of the library is to provide a way to read conventional commits.
cargo add convcommitsBy default, the std feature is enabled.
If the host environment has an allocator but does not have access to the Rust
std library:
cargo add --no-default-features --features alloc convcommitsIf the host environment does not have an allocator:
cargo add --no-default-features convcommitsLicensed under either of Apache License, Version 2.0 or MIT License at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.