cumulo-dipa 0.1.2

dipa makes it easy to efficiently delta encode large Rust data structures.
Documentation
# Summary

[Introduction](./introduction.md)

---

- [Using Derive]./using-derive/README.md
  - [Attributes]./using-derive/attributes/README.md
  - [Space Guarantees]./using-derive/space-guarantees/README.md
  - [Delta Encoding Optimizations]./using-derive/delta-encoding-optimizations/README.md

  <!-- TOOD: Rename diff -> delta-encode -->
- [Performance]./diff-performance/README.md
  - [Sequences]./diff-performance/sequences/README.md
  - [Changed Flags]./diff-performance/changed-flags/README.md

  <!-- TOOD: Rename diffing -> delta-encoding -->
- [Custom Delta Encoding]./custom-diffing/README.md
  - [Implement Diffable]./custom-diffing/implementing-diffable/README.md
  - [Implement Patchable]./custom-diffing/implementing-patchable/README.md
  - [Testing Your Implementation]./custom-diffing/testing-your-implementation/README.md

- [Examples]./examples/README.md

- [Feature Flags]./feature-flags/README.md

- [Roadmap]./roadmap/README.md
  - [Optimizations]./roadmap/optimizations/README.md

---

- [Internal Design]./internal-design/README.md