Support stream testing without expecting a decompressed stream
Open
- Dominant language
- Rust
- Stars
- 943
- Forks
- 109
- Avg merge
- 8d 3h
- Merged PRs (30d)
- 1
Description
In some cases like [sqlite-compressions](https://github.com/nyurik/sqlite-compressions), a user may need to validate the integrity of a compressed value, but not care to get the decoded value, i.e. `brotli_test(brotli("foo bar"))` should return true. Currently, there doesn't seem to be any efficient way to do a `decode to /dev/null` (i.e. without actually copying the result to the output).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.