Crates.io | euler-rs |
lib.rs | euler-rs |
version | 0.1.0 |
source | src |
created_at | 2024-11-26 15:13:23.406361 |
updated_at | 2024-11-26 15:13:23.406361 |
description | A command line tool for solving Project Euler problems in Rust |
homepage | https://github.com/abbasio/euler-rs |
repository | https://github.com/abbasio/euler-rs |
max_upload_size | |
id | 1461789 |
size | 60,842 |
This project is a command line tool that streamlines the process of solving Project Euler in Rust. You can use euler-rs to both generate a template file for solving any given Project Euler problem, and to check your solutions for correctness.
cargo install euler-rs
$ mkdir ~/project-euler
$ cd ~/project-euler
$ euler-rs --problem <p>
problems
directory for you with a template file for the problem inside. See here for an example of a generated template file.$ euler-rs --problem <p>
Solutions are taken from lucky-bai's repository