An open API service indexing awesome lists of open source software.

https://github.com/idematos/rust-project-euler

Some solutions for Project Euler's problems written in Rust.
https://github.com/idematos/rust-project-euler

project-euler project-euler-solutions rust rust-lang rustlang

Last synced: 9 months ago
JSON representation

Some solutions for Project Euler's problems written in Rust.

Awesome Lists containing this project

README

          

# Rust Project Euler

Some solutions for [Project Euler](https://projecteuler.net/)'s problems written in Rust.

## Prerequisites

Rust and Cargo installed. You can download them from [here](https://www.rust-lang.org/tools/install).

## Usage
Run a specific problem:

cargo run --bin problem001

## Contributions

Feel free to open an issue or submit a pull request if you have questions or suggestions.