Add list of TODOs to readme

This commit is contained in:
Graham Esau 2019-09-15 21:27:38 +01:00
parent 8a507f38a1
commit f1f0ad5692

View file

@ -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