An open API service indexing awesome lists of open source software.

https://github.com/n8henrie/primetools-rust


https://github.com/n8henrie/primetools-rust

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

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