primecount-rs
primecount-rs is a library that provides APIs for counting the primes below an integer x ≤ 1031 using highly optimized implementations of the combinatorial prime counting algorithms.
It is a rust wrapper around an awesome kimwalisch/primecount library.
API
use primecount;
Contribute
Update primecount dependency
git submodule update --init --recursive