asomers/blosc-rs

Deprecate Snappy

asomers opened this issue · 1 comments

Per discussion in #17 C-Blosc has removed Snappy support. blosc-rs should follow suit and deprecate it.

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.