chinedufn / dipa

dipa makes it easy to efficiently delta encode large Rust data structures.
https://chinedufn.github.io/dipa
Apache License 2.0
264 stars 7 forks source link

Add test with arbitrary #5

Open da-x opened 3 years ago

da-x commented 3 years ago

The test from #4 can be made accessible with -

cargo test --all-features

This PR adds the test. It still fails, however.

chinedufn commented 3 years ago

Some questions:

Thanks!