popcnt 0.1.0

count number of set bits in a byte slice
Documentation
1
2
3
4
5
rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.

### features
- `std`: enabled by default. enables runtime arch detection.
- `nightly`: enables avx512 simd implementation.