We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2c5a commit 9e29351Copy full SHA for 9e29351
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
license = "MIT OR Apache-2.0"
7
keywords = ["const", "primes"]
8
categories = ["mathematics", "no-std", "no-std::no-alloc", "algorithms"]
9
-description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, factorization, and more."
+description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, and more."
10
repository = "https://github.com/JSorngard/const-primes/"
11
12
[dev-dependencies]
0 commit comments