Skip to content

Repository files navigation

Project Cleanliness Commands

Use the following cargo commands to keep the project clean and well-maintained:

Code Formatting

Format the entire codebase with:

cargo fmt

Linting

Run Clippy with strict settings to catch issues:

cargo clippy --workspace --all-targets -- -D warnings
  • --workspace: Lints all workspace crates.
  • --all-targets: Lints library, binary, test, and benchmark targets.
  • -D warnings: Treats all warnings as errors.

About

This project is used for benchmarking and testing various Rust features and implementations.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages