Crate primter

Source
Expand description

§Prime Number Iterator Library

This crate provides an implementation of a prime number iterator based on the sieve of Eratosthenes.

§Get started

To get started, read the documentation for struct Primes

Structs§

IntoIter
Owned iterator for Primes.
Iter
Borrowed iterator for Primes.
Primes
Collection of generated prime numbers.