primes 0.3.0

A package for calculating primes using the Sieve of Eratosthenes, and using that to check if a number is prime and calculating factors. Includes an iterator over all primes.
Documentation
[[bench]]
harness = false
name = "benches"
[dev-dependencies.criterion]
version = "0.3.1"

[lib]
bench = false

[package]
authors = ["Wendell Smith <wendellwsmith@gmail.com>"]
description = "A package for calculating primes using the Sieve of Eratosthenes, and using that to check if a\nnumber is prime and calculating factors. Includes an iterator over all primes.\n"
documentation = "https://wackywendell.github.io/primes/"
edition = "2018"
homepage = "https://github.com/wackywendell/primes/tree/master"
keywords = ["math", "algorithms"]
license = "BSD-3-Clause"
name = "primes"
readme = "README.md"
repository = "https://github.com/wackywendell/primes/tree/master"
version = "0.3.0"