Simple sieve of Eratosthenes designed for testing faster sieves
Description
A simple sieve of Eratosthenes designed for testing faster sieves. You
probably want `primal-sieve`, or even just `primal` itself.
This package contains library source intended for building other packages which
use the "default" feature of the "primal-slowsieve" crate.