Skip to content

Releases: dropbox/rust-brotli

1.0.110

12 Feb 03:10

Choose a tag to compare

bump version of brotli-decompressor to return Result<Write,Write> for…

1.0.108

12 Feb 02:32

Choose a tag to compare

tests for into_inner on both readers and writers

1.0.106

11 Feb 23:37

Choose a tag to compare

finish brotli output when into_inner is called

1.0.104

11 Feb 22:50

Choose a tag to compare

bump version of c extension crate

1.0.102

11 Feb 06:57

Choose a tag to compare

Fix #39 . added into_inner

1.0.100

09 Feb 07:12

Choose a tag to compare

Cargo.toml: pointing to the extracted doc

Pointing twice to `README.md` doesn't seem necessary :)

1.0.97

31 Jan 06:26

Choose a tag to compare

fix some nitpicks in the type system

1.0.96

31 Jan 03:20

Choose a tag to compare

fix 1.12 build

1.0.94

31 Jan 02:41

Choose a tag to compare

fix #37

1.0.92

17 Jan 07:47

Choose a tag to compare

Added header parser facility and tests to make sure it works properly