kdl-rs/src
Lily Ballard 685a537658
Add From and TryFrom impls for converting to/from KdlNodeValue (#5)
* 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`.
2020-12-16 17:47:39 -08:00
..
error.rs Add From and TryFrom impls for converting to/from KdlNodeValue (#5) 2020-12-16 17:47:39 -08:00
lib.rs Add From and TryFrom impls for converting to/from KdlNodeValue (#5) 2020-12-16 17:47:39 -08:00
node.rs Add From and TryFrom impls for converting to/from KdlNodeValue (#5) 2020-12-16 17:47:39 -08:00
parser.rs Add line, column to KdlError (#3) 2020-12-16 17:43:13 -08:00