[][src]Function peepmatic_souper::convert_str

pub fn convert_str(souper: &str, filename: Option<&Path>) -> Result<String>

Convert a string of Souper optimizations into Peepmatic DSL.

The optional filename parameter is used for better error messages.