#prime #numbers #iterator #sieve #eratosthenes

primter

Prime number iterator based on sieve of Eratosthenes

2 unstable releases

0.2.0 Jun 18, 2022
0.1.0 Jun 17, 2022

#1674 in Algorithms

24 downloads per month

MPL-2.0 license

11KB
217 lines

primter-rs

Prime number iterator for Rust

Visit docs for more information.


lib.rs:

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

No runtime deps