Function reproto_compile::simple_compile [] [src]

pub fn simple_compile<'a, 'input, O>(
    out: O,
    config: SimpleCompile<'a, 'input>,
    modules: Vec<Box<Any>>,
    lang: &Lang
) -> Result<()> where
    O: FnMut(&RelativePath, &str) -> Result<()>, 

Perform a simplified compilation that outputs the result into the provided Write implementation.