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] 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.