mirror of https://github.com/kdl-org/kdl-rs.git
* Add From impls for KdlNodeValue Most clients probably don't need to create these directly, but we may as well make it easy for them. * Add TryFrom impls to convert from KdlNodeValue to underlying types This includes converting from borrowed values, which will produce `&str` instead of `String`. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| lib.rs | ||
| node.rs | ||
| parser.rs | ||