Deprecate Snappy
asomers opened this issue · 1 comments
asomers commented
Per discussion in #17 C-Blosc has removed Snappy support. blosc-rs should follow suit and deprecate it.
asomers commented
Actually, Snappy hasn't been removed. It's only been removed as a compile option from c-blosc. But it's still available by binding to libsnappy. It has also been removed from c-blosc2, but that shouldn't affect this crate. c-blosc2 will probably be a separate Rust crate.