Project Euler - Rust

November 29, 2023 ยท View on GitHub

Rust CI codecov License: MIT GitHub stars

Solving Project Euler with Rust lang.

Project Euler

Try it out

Run all problems:

cargo build --release
cargo run --release --bin euler

Run specific problem:

cargo run --release --bin p001

Run tests:

cargo run test --workspace

Run benchmarks:

cargo run bench --workspace

Special thanks

  • The Rust Programming Language
  • Project Euler
  • crates.io

Contents

  1. 1Try it out
  2. 2Special thanks