From 8b358aadb1809fff295825809355c6fb1b429e29 Mon Sep 17 00:00:00 2001 From: Nex <60712924+NexRX@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:18:10 +0000 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ce5e3d0..17845c4 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,8 @@ A quick and easy way to create derivative models of your existing types without - Allows generating multiple structs from one derive - Automatically generates `From` traits for original <> generated structs +New features planned are available [here](https://github.com/NexRX/restructed/issues/1) on github. See below for examples of current usage & features. + # Usage This library requires the `nightly` channel. From 6a47dfe556a5a143ea56696df37307c15531c1cb Mon Sep 17 00:00:00 2001 From: Nex <60712924+NexRX@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:22:58 +0000 Subject: [PATCH 2/2] Update readme.md Corrected heading in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 17845c4..baa869d 100644 --- a/readme.md +++ b/readme.md @@ -116,7 +116,7 @@ Generates: } ``` -# patch +### patch A complete subset of fields of the original model wrapped in `Option` with the ability to omit instead select fields.
I want to note that patch currently doesn't support enums as I don't see the use-case for it. If someone can, feel free to submit a feature request