Crate primal_slowsieve

Source
Expand description

Sieve small numbers.

This is designed to be used via the primal crate.

Structsยง

PrimeIterator
Iterator over the primes stored in a sieve.
Primes
Stores information about primes up to some limit.