Skip to content

Commit 9e29351

Browse files
committed
Remove factorization from crate description, as that can only be done at runtime
1 parent bea2c5a commit 9e29351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77
keywords = ["const", "primes"]
88
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."
9+
description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, and more."
1010
repository = "https://github.com/JSorngard/const-primes/"
1111

1212
[dev-dependencies]

0 commit comments

Comments
 (0)