Crate primal_slowsieve

source ·
Expand description

Sieve small numbers.

This is designed to be used via the primal crate.

Structs§

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