From f1f0ad5692062a39fec9debb1d70e3c86414d5bc Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 15 Sep 2019 21:27:38 +0100 Subject: [PATCH] Add list of TODOs to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3bc415b..2da1dbf 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,10 @@ This outputs the following: ``` Note that the `#[serde(...)]` attributes are respected. + +## TODO +- Documentation +- Benchmark/optimise memory usage and allocations + - Note to self: https://crates.io/crates/graphannis-malloc_size_of looks useful +- Implement `JsonSchema` for more standard library types +- Allow deriving `JsonSchema` for adjacent tagged enums