dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Use proper `self` for BrotliEncoderStateStruct #174

Closed nyurik closed 2 months ago

nyurik commented 3 months ago

Big refactoring, updating all BrotliEncoderStateStruct-using functions, renaming them, and converting many to return bool.