conventional-commits-formatter 0.0.0

A library for formatting conventional-commits commit messages
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 18.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 969.96 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mainrs

zerotask-rust-lib-template

docs_master_badge

A GitHub template for Rust libraries.

Features

  • Continuous Integration through GitHub Actions
    • Each PR is tested by running the following commands to ensure that only working code is added to the repository:
      • cargo fmt to ensure uniform source code formatting.
      • cargo clippy to use more idiomic Rust code, optimize code as well as prevent hard to spot bugs.
      • cargo check to ensure that the library compiles properly.
      • cargo test to ensure that the library works as expected.
    • Each push to master triggers the following:
      • Generation of the newest documentation that gets pushed to the gh-pages branch.
  • MSRV (Minimal supported Rust version)
    • Kept in sync with the latest available Rust version on Ubuntu.
  • Opinioded rustfmt configuration file.
  • Misc
    • .editorconfig file for code-unrelated files.
      • Ensures proper formatting for workflow files and other configuration files.

Current Properties

  • MSRV: 1.41.0

License

Licensed under either of

at your option.

Contribution

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.