We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71caad commit 83c5a75Copy full SHA for 83c5a75
README.md
@@ -9,7 +9,7 @@ A lib help you patch Rust instance, and easy to partial update configures.
9
This crate provides the `Patch`, `Filler` traits and accompanying derive macro.
10
If the any field in `Patch` is some then it will overwrite the field of instance when apply.
11
If the any field in the instance is none then it will try to fill the field with the `Filler`.
12
-Currently, `Filler` only support `Option` field and the `Vec`.
+Currently, `Filler` only support `Option` and `Vec` fields.
13
The other fields and operator for Filler will implement later.
14
The detail discussion is in [issue #81](https://github.com/yanganto/struct-patch/issues/81)
15
0 commit comments