An incremental-sieve based prime generator
Provides a prime number iterator and methods for basic calculations with prime numbers.
Convenience wrapper for machine-prime
A simple implementation of a prime iterator and sieve.
A package for calculating primes using the Sieve of Eratosthenes, and using that to check if a number is prime and calculating factors. Includes an iterator over all primes.
Prime number iterator based on sieve of Eratosthenes
Lazy Sieve of Eratosthenes for infinitely generating primes lazily in Rust.
A compiler plugin that converts Fractran code into Rust at compile time, letting your Fractran programs be optimised by LLVM to super-fast native code.
Safe generators on stable Rust.
A prime number factorizer written in Rust
A highly parallel Perl 5 interpreter written in Rust
Typesafe extensions for sorted iterators, including set and relational operations