patchable 0.5.9

Automatically derive patch types for Rust structs to enable efficient partial updates with zero runtime overhead
Documentation
1
2
3
4
5
error: Only a simple generic type is supported here
 --> tests/ui/derive_fail_patchable_field_not_simple_generic.rs:6:12
  |
6 |     value: Option<T>,
  |            ^^^^^^^^^