zstd-rs
zstd-rs copied to clipboard
Further tests
I need some place to keep track of the tests I want to write before I feel comfortable doing a new release
- [x] Tests for drain_to_writer() with writers that actually do interesting things like
- [x] short writes
- [x] return E_WOULDBLOCK
- [x] More tests for the ringbuffer. It passes a lot of random valid zstd test corpus files but I would like to test the ringbuffer specific edgecases explicitly