Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored May 8, 2024
1 parent 1701c4a commit 07e6137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A crate for generating and working with prime numbers in const contexts.

`#![no_std]` compatible.

Supports rust >= 1.68.2.

## Examples

Generate arrays of prime numbers with the function `primes` which uses a [segmented sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes#Segmented_sieve):
Expand Down

0 comments on commit 07e6137

Please sign in to comment.