primal-slowsieve 0.3.0

A simple sieve of Eratosthenes designed for testing faster sieves. You probably want `primal-sieve`, or even just `primal` itself.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.primal-bit]
version = "0.3"

[dependencies.primal-estimate]
version = "0.3"
[dev-dependencies.criterion]
version = "0.3"

[features]
slow_tests = []
unstable = []

[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = "A simple sieve of Eratosthenes designed for testing faster sieves. You\nprobably want `primal-sieve`, or even just `primal` itself.\n"
documentation = "http://docs.rs/primal-slowsieve/"
edition = "2018"
homepage = "https://github.com/huonw/primal"
keywords = ["math", "mathematics", "primes", "number-theory"]
license = "MIT/Apache-2.0"
name = "primal-slowsieve"
repository = "https://github.com/huonw/primal"
version = "0.3.0"