Skip to content

Tags: dropbox/rust-brotli

Tags

6.0.0

fix CI

* Bump version to 6.0 (per semver check)
* Remove unused SIMD use statements
* hide a few warnings - these are TODOs, and should be fixed in separate PRs
* do NOT build SIMD as part of MSRV -- doesn't make any sense to combine nightly with MSRV

5.0.0

Release 5.0.0 with ffi-api disabled by default to avoid ODR issues

4.0.0

Bump to 4.0.0

3.5.0

new release

3.4.0

Update brotli decompressor crates and fix #91

3.3.4

remove warning

3.3.3

bump version

3.3.2

fix C encode api to allow nullptr + TakeOutput operation

1.0.110

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

… decompressor into_inner

1.0.108

tests for into_inner on both readers and writers