gifnksm / ProjectEulerRust

Solving Project Euler with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler - Rust

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

About

Solving Project Euler with Rust

License:MIT License


Languages

Language:Rust 100.0%