1 2 3 4 5 6
# parsing Parsing is implemented using [`nom`](crates.io/nom). The result of a successfully parsed text is the root `Node` which contains any children. See the [tests](./tests.rs) for detailed examples of parsing behavior.