Skip to content

gifnksm/ProjectEulerRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages