Expand description
§Patchable
A crate for handling partial updates to data structures.
This crate provides the Patchable trait, which defines how to apply patches to update a data
structure. It also re-exports the
patchable_macro::Patchable derive macro for easy implementation.
Traits§
- Patchable
- A data structure that can be updated using corresponding patches.
- TryPatch
- A fallible variant of
Patchable.