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
818 stars 83 forks source link

Q: Is 7.0 backwards compatible with 6.0? #221

Open yaziciahmet opened 6 days ago

yaziciahmet commented 6 days ago

I use brotli 6.0 in my project. I need to preserve backwards compatibility for compression and decompression of historical data I have. Is 7.0 backwards compatible with 6.0 in terms of de/compression output?