Releases: dropbox/rust-brotli
Releases · dropbox/rust-brotli
1.0.110
bump version of brotli-decompressor to return Result<Write,Write> for…
1.0.108
tests for into_inner on both readers and writers
1.0.106
finish brotli output when into_inner is called
1.0.104
bump version of c extension crate
1.0.102
Fix #39 . added into_inner
1.0.100
Cargo.toml: pointing to the extracted doc
Pointing twice to `README.md` doesn't seem necessary :)
1.0.97
fix some nitpicks in the type system
1.0.92
Added header parser facility and tests to make sure it works properly