Functionsยง
- decode_
yaml_ in_ place - Decode a base64 encoded
yaml_rust::Yaml::String
and leave other types untouched. Replaces the value in-place. - manifest_
from_ filename - Parse a named file and return a
yaml_rust::Yaml
if possible, orError
otherwise. - manifest_
from_ string - Parse a string and return a
yaml_rust::Yaml
if possible.