licenses.dev

primes v0.2.4

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.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/primes)](https://licenses.dev/cargo/primes)
<a href="https://licenses.dev/cargo/primes">
  <img src="https://licenses.dev/b/cargo/primes" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.4 version:

[![licenses](https://licenses.dev/b/cargo/primes/0.2.4)](https://licenses.dev/cargo/primes/0.2.4)
<a href="https://licenses.dev/cargo/primes/0.2.4">
  <img src="https://licenses.dev/b/cargo/primes/0.2.4" alt="licenses" />
</a>
GitHub