Skip to content

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

Notifications You must be signed in to change notification settings

laruh/benchmarks_and_tests

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages