primecount 0.2.1

Rust wrapper for https://github.com/kimwalisch/primecount
Documentation
1
2
3
4
5
6
7
8
9
# primecount testing

Run the commands below from the root primecount directory.

```bash
cmake -DBUILD_TESTS=ON .
make -j
make test
```