# 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.