primetools

Crates.ioprimetools
lib.rsprimetools
version0.1.0
sourcesrc
created_at2019-06-27 22:14:13.168104
updated_at2019-06-27 22:14:13.168104
descriptionA simple implementation of a prime iterator and sieve.
homepage
repositoryhttps://github.com/n8henrie/primetools-rust
max_upload_size
id144115
size5,250
Nathan Henrie (n8henrie)

documentation

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.

Commit count: 4

cargo fmt