tomlex v0.0.4
Modules summary ↑
| Tomlex | |
| Tomlex.Line | Responsible for the tokenization of line into tomlex valid line type structs |
| Tomlex.LineTypes | Defines the structs for all the supported types in tomlex |
| Tomlex.ListParser | Parses a string of lists into a list of properly casted values |
| Tomlex.Parser | Parses a list of tokenized TOML lines into the corresponding map |
| Tomlex.StringHelpers | A set of conveniencies to use with strings |
| Tomlex.TableArrayBuilder | Builds an array of tables structure after it has gone through a parsing step |