22 lines
527 B
Markdown
22 lines
527 B
Markdown
# go-toml V2
|
|
|
|
Development branch. Probably does not work.
|
|
|
|
[👉 Discussion on github](https://github.com/pelletier/go-toml/discussions/471).
|
|
|
|
## Todo
|
|
|
|
- [ ] Unmarshal into maps.
|
|
- [ ] Attach comments to AST (gated by parser flag).
|
|
- [ ] Abstract AST.
|
|
- [ ] Rewrite AST to use a single array as storage instead of one allocation
|
|
per node.
|
|
- [ ] Support Date / times.
|
|
- [ ] Support Unmarshaler interface.
|
|
- [ ] Support struct tags annotations.
|
|
- [ ] Benchmark!
|
|
|
|
## License
|
|
|
|
The MIT License (MIT). Read [LICENSE](LICENSE).
|