Some solutions for Project Euler's problems written in Rust.
Rust and Cargo installed. You can download them from here.
Run a specific problem:
cargo run --bin problem001
Project Euler's policy allows sharing solutions only for the first 100 problems.
Feel free to open an issue or submit a pull request if you have questions or suggestions.