Closed workanator closed 9 years ago
Implemnted FromStr
trait for Config
so it can be easily parse()
'd from str slice.
Looks good, thanks!
Sorry for the delay on my reply - I recently moved to another country and I'm still sorting it all out, but hopefully the project will be alive again soon :)
Hello,
it's very usefull to have
to_string()
method available forScalarValue
. Simple change but great help in tasks when scalar value should be converted to string.