1 unstable release
| 0.0.1 | Apr 11, 2020 |
|---|
#56 in #partial
7KB
108 lines
This crate contains 2 macros.
One for generating a partial Variant of an object. (Inspired by typescript Partial<Object>)
Macro to generate a struct with all field Optional (partial!) and another macro to generate a patch (patch!).
ALPHA VERSION: DO NOT USE
more to come soon