Cleaned up some docs.
[?]
Jul 2, 2021, 11:24 PM
MRTKABARGGOWA764OGWFHMD26U5SHQCWBRXPZDC4HDCQ2I4RPT3QCDependencies
- [2]
3K5KIVGXCleaned up docs. - [3]
K5VHGRGGAdd serialization. - [4]
YJVNXWNHminor - [5]
VDFODD2FAdded line to BadIndent error. - [6]
6ZJX2OQVFirst commit - [7]
QMBJ2BAZCan now handle FromStr.
Change contents
- edit in src/lib.rs at line 16
- replacement in src/lib.rs at line 17
// There are three classes of behaviour, depending on whether the segment is the first, mid, or// last, so we classify these on construction./// A KeyPath it used to follow keys into a keytree./// A `KeyPath` is used to follow keys into a keytree. Think of `KeyPath` as an iterator with a/// double window looking into a (parent segment, child segment). - edit in src/lib.rs at line 72
// A Token represents a parsed line of a keytree string. It contains a pointer to its `next`// sibling. A `KeyValue` token contains a `Vec` of its children, the first value of the tuple is// the child token's key. The second value is the tokens index in the `KeyTree` struct. The `line`// field locates the error in the original keytree string and is passed on to errors. - replacement in src/lib.rs at line 123
// Set the next iteration of the Token to a token with index token_i.// Used for building the parsed keytree. Set the next iteration of the Token to a token with// index token_i. - edit in src/lib.rs at line 136
// Used for building the parsed keytree. - edit in src/lib.rs at line 195