crc64fast-nvme 1.1.0

SIMD accelerated CRC-64/NVME checksum calculation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CHANGELOG

## [1.1.0]https://github.com/awesomized/crc64fast-nvme/compare/1.0.1...1.1.0
- [Build a C-compatible shared library]https://github.com/awesomized/crc64fast-nvme/pull/4
- [Double throughput on systems which support AVX512 VPCLMULQDQ]https://github.com/awesomized/crc64fast-nvme/pull/3

## [1.0.1]https://github.com/awesomized/crc64fast-nvme/compare/1.0.0...1.0.1
- [Support x86 (32-bit)]https://github.com/awesomized/crc64fast-nvme/pull/2
- Improved documentation.

## [1.0.0]https://github.com/awesomized/crc64fast-nvme/releases/tag/1.0.0
- First release for crates.io