| Toolchain | Version |
|---|---|
| Rust | ^1.77.0 |
| just | ^1.36.0 |
| cargo-llvm-cov | ^0.6.21 |
git clone https://github.com/Nugine/const-str.git
cd const-strjust devjust docjust coverageThis will generate an HTML coverage report in target/llvm-cov/html/index.html.
just ciWe follow the Conventional Commits specification.
Before creating or updating a pull request, please make sure to run the following commands:
just devIt's recommended to resolve any warnings or errors before submitting.
Note that some lints may be too restrict. You can allow some of them if you think they are not helpful to the code quality.