cumulo-dipa 0.1.2

dipa makes it easy to efficiently delta encode large Rust data structures.
Documentation
1
2
3
4
5
6
7
8
9
# Feature Flags

- `derive`

Enables the `#[derive(DiffPatch)]` macro.

- `impl-tester`

Exposes the `DipaImplTester` utility that can be used to [test your custom implementations](../custom-diffing/testing-your-implementation).