10XGenomics / lz4-rs

Rust LZ4 bindings
MIT License
46 stars 28 forks source link

Add Debug derives #20

Closed AlyoshaVasilieva closed 2 years ago

AlyoshaVasilieva commented 2 years ago

I ran into an issue where I couldn't call into_inner().unwrap() on a BufWriter<Encoder<File>> because it needed Encoder to be Debug. So I've added Debug derive to types without it.