1 unstable release
0.1.0 | Jun 27, 2019 |
---|
#19 in #sieve
4KB
64 lines
primetools
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.