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

Merge decompressor into this repo #195

Open nyurik opened 2 months ago

nyurik commented 2 months ago

Is there any value in keeping two tightly-coupled repositories separate: the rust-brotli and rust-brotli-decompressor? It seems like they should just be two separate crates as sub-dirs in the same repository, using workplace cargo feature to manage all connections, and it can still be published separately if needed. This way all changes would go in in sync, and a single git's revision would indicate the state of all brotli code.