pub fn compile_protos<P>(
    protos: &[P],
    includes: &[P],
    out_dir: &str
) -> Result<Vec<String>>where
    P: AsRef<Path>,
Expand description

Returns the names of all packages compiled.