Add list of TODOs to readme
This commit is contained in:
parent
8a507f38a1
commit
f1f0ad5692
1 changed files with 7 additions and 0 deletions
|
@ -96,3 +96,10 @@ This outputs the following:
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the `#[serde(...)]` attributes are respected.
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue