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 Command and related #168

Closed nyurik closed 2 months ago

nyurik commented 3 months ago

CommandDistanceContext was consolidated because it had identical code

Use hide whitespace changes when reviewing

nyurik commented 3 months ago

@danielrh thx, removed

danielrh commented 2 months ago

pls fix conflicts, thx

nyurik commented 2 months ago

thx, fixed. There is still two functions - free_cmd and free_cmd_inline - that have not been done yet, but I ran into a minor compilation issue with them - I will fix them in a separate PR

nyurik commented 2 months ago

@danielrh hi, are any blockers for this PR? Thx!