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

Add conditional cfg(test) to modules #202

Closed nyurik closed 4 months ago

nyurik commented 4 months ago

Some modules were missing conditional test-only compilation. In a few files, move mod test {...} to the end of the file (per convention)