zstd-rs
zstd-rs copied to clipboard
Create new crate in workspace that runs more extensive locally generated test
We currently run a test on locally generated cases of decodecorpus files. This should be moved to another crate in the workspace so these do not have to run on every call to cargo test.
This could also contain more tests that ensure correctness with big corpuses of data, like for dicts, compression etc ect