| Crates.io | primetools |
| lib.rs | primetools |
| version | 0.1.0 |
| created_at | 2019-06-27 22:14:13.168104+00 |
| updated_at | 2019-06-27 22:14:13.168104+00 |
| description | A simple implementation of a prime iterator and sieve. |
| homepage | |
| repository | https://github.com/n8henrie/primetools-rust |
| max_upload_size | |
| id | 144115 |
| size | 5,250 |
This crate holds a simple prime generator and prime sieve, mostly for my convenience as I work on Project Euler problems and the like. I'm publishing it as a library as I learn about writing libraries (as opposed to binaries) in rust.