rust-brotli icon indicating copy to clipboard operation
rust-brotli copied to clipboard

Does rust-brotli support self-contained compressed data?

Open Zackaryia opened this issue 3 years ago • 1 comments

Does this implementation of rust-brotli support a way to have self-contained compressed data as described here? https://www.rfc-editor.org/rfc/rfc7932#section-11.3

This is extremely useful for storing data that you need to be able to seek and only read a small range of bytes.

Zackaryia avatar Mar 23 '23 02:03 Zackaryia

Now it does.

ryancdotorg avatar Dec 03 '25 07:12 ryancdotorg