Function bakery::write_from_string_with_recipe[][src]

pub fn write_from_string_with_recipe<'a>(
    out: &'a mut dyn Write,
    rec: &str,
    dat: &str
) -> Result<(), LoadError>
Expand description

Write the binary representation of string data to be compiled, with the recipe given as a string.

Arguments

  • dest - A writable stream
  • rec - Recipe string
  • dat - Data string