Crate ub64m

Source

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, or Error otherwise.
manifest_from_string
Parse a string and return a yaml_rust::Yaml if possible.