You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, usingworkplace
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.The text was updated successfully, but these errors were encountered: