mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
Add CodeCov badge to README
Added CodeCov badge to README for coverage tracking.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
[](https://github.com/uutils/num-prime/blob/main/LICENSE)
|
||||
[](https://deps.rs/repo/github/uutils/num-prime)
|
||||
|
||||
[](https://codecov.io/gh/uutils/num-prime)
|
||||
|
||||
|
||||
This crate provides utilities for prime number related functionalities:
|
||||
- Primality testing
|
||||
- Deterministic primality check of `u64` integers (using a very fast hashing algorithm)
|
||||
|
||||
Reference in New Issue
Block a user