licenses.dev

primes v0.1.0

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.1.0 version:

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