mirror of https://github.com/kdl-org/kdl-rs.git
While the type of entries was parsed, there was no way for the library user to access it. This commit let the user access the `ty` field of the `KdlEntry` struct. It mirrors the accessors on the `value` field. |
||
|---|---|---|
| .. | ||
| document.rs | ||
| entry.rs | ||
| error.rs | ||
| fmt.rs | ||
| identifier.rs | ||
| lib.rs | ||
| node.rs | ||
| nom_compat.rs | ||
| parser.rs | ||
| value.rs | ||