|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Go to the source code of this file.
Classes | |
| class | c4::yml::ParseEngine< EventHandler > |
| This is the main driver of parsing logic: it scans the YAML or JSON source for tokens, and emits the appropriate sequence of parsing events to its event handler. More... | |
Namespaces | |
| namespace | c4 |
| namespace | c4::yml |
Functions | |
| id_type | c4::yml::estimate_tree_capacity (csubstr src) |
| Quickly inspect the source to estimate the number of nodes the resulting tree is likely to have. | |