Functions
- Decode a base64 encoded
yaml_rust::Yaml::String
and leave other types untouched. Replaces the value in-place. - Parse a named file and return a
yaml_rust::Yaml
if possible, orError
otherwise. - Parse a string and return a
yaml_rust::Yaml
if possible.