sperr-sys 0.2.1+sperr.0.8.5

Low-level Rust bindings to the SPERR compressor
Documentation
1
2
3
4
5
6
7
8
1. Use the following command to generate a compilation file, "compile_commands.json," so 
clang-tidy can follow the exact same compilation path.

cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .

2. I used the following clang-tidy options:

clang-tidy ../src/SPECK3D.cpp -checks=-*,performance-*,portability-*,modernize-*,clang-analyzer-*,-modernize-avoid-c-arrays,-modernize-use-nodiscard  -header-filter=../include/* -fix