| Crates.io | projecteuler_rs |
| lib.rs | projecteuler_rs |
| version | 0.1.0 |
| created_at | 2020-09-17 18:21:40.46808+00 |
| updated_at | 2020-09-17 18:21:40.46808+00 |
| description | Project Euler solutions implemented in Rust |
| homepage | https://yakupturkan.com.tr/showcase/projecteuler-rs |
| repository | https://github.com/SiyahaS/projecteuler_rs |
| max_upload_size | |
| id | 289880 |
| size | 10,654 |
ProjectEuler implementations in rust :heart:
Each problem is implemented in pe_{number}.rs file. To see the results of the corresponding problem use cargo test --features pe_{number} command.
List of implemented solutions:
cargo test --features pe_0001cargo test --features pe_0002cargo test --features pe_0003