Solving Project Euler with Rust lang.
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
Solving Project Euler with Rust lang.
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