cargo_build

Function cargo_build 

Source
pub fn cargo_build<T: AsRef<Path> + ?Sized>(input_path: &T)
Expand description

Compile the PEG grammar in the specified filename to cargo’s OUT_DIR. Errors are emitted to stderr and terminate the process.