Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.24 KB

File metadata and controls

62 lines (40 loc) · 1.24 KB

Development Guide

Requirements

Toolchain Version
Rust ^1.77.0
just ^1.36.0
cargo-llvm-cov ^0.6.21

Workflow

Download source code

git clone https://github.com/Nugine/const-str.git
cd const-str

Run basic checks and tests

just dev

Open documentation

just doc

Generate test coverage

just coverage

This will generate an HTML coverage report in target/llvm-cov/html/index.html.

Run CI checks locally

just ci

Git

Commit Message

We follow the Conventional Commits specification.

Pull Request

Before creating or updating a pull request, please make sure to run the following commands:

just dev

It'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.