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: Patch derives do not support borrowed fields
 --> tests/ui/derive_fail_borrowed_fields.rs:4:21
  |
4 | struct BorrowedValue<'a> {
  |                     ^^^^