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 `self` with BackwardMatchMut fn #175

Closed nyurik closed 3 months ago

nyurik commented 3 months ago

Move two init functions into BackwardMatchMut, moving one of them from another file.

Note that init_backward was not public, so in order to use it but not expose outside, it was marked as pub(crate)

danielrh commented 3 months ago

lgtm