Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ethan-arrowood/project-euler-rust

A repo for Project Euler solutions implemented in Rust (so I can practice the language)
https://github.com/ethan-arrowood/project-euler-rust

Last synced: 26 days ago
JSON representation

A repo for Project Euler solutions implemented in Rust (so I can practice the language)

Awesome Lists containing this project

README

        

# Project Euler in Rust

A workspace of [Project Euler]() solutions for user [ethan-arrowood]() written in Rust.

This is a learning exercise for better understanding the Rust programming language.

This repo is a workspace. Each directory maps to a single problem in Project Euler.

Run code using `cargo run -p `

`` corresponds to entries within the `Cargo.toml` file which also maps directly to the names of the directories in this repo.