taplo 0.5.3

A TOML parser, analyzer and formatter library
Documentation
1
2
3
4
5
6
# Taplo

The core Rust library.

The parser is a mostly hand-written recursive descent parser, and the tokenization is done by [Logos](https://github.com/maciejhirsz/logos).
The parser then creates a [Rowan](https://github.com/rust-analyzer/rowan) syntax tree, every further functionality is based on this syntax tree, including both the DOM and the formatter.