Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NexRX/restructed
Browse files Browse the repository at this point in the history
  • Loading branch information
NexRX committed Feb 9, 2024
2 parents c359d83 + 6a47dfe commit 9f18320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` 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.
Expand Down Expand Up @@ -114,7 +116,7 @@ Generates:
}
```

# patch
### patch

A complete subset of fields of the original model wrapped in `Option<T>` with the ability to omit instead select fields. <br/>
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
Expand Down

0 comments on commit 9f18320

Please sign in to comment.