pub fn from_files<P: AsRef<Path>>(
inputs: impl IntoIterator<Item = P>,
options: &CodegenOptions,
) -> Result<String, Errors>
Expand description
Compile the given files into Rust source code.
pub fn from_files<P: AsRef<Path>>(
inputs: impl IntoIterator<Item = P>,
options: &CodegenOptions,
) -> Result<String, Errors>
Compile the given files into Rust source code.