pub fn generate_rust_code_with_proven(
source: &str,
proven: Option<&str>,
) -> Result<String, ParseError>Expand description
generate_rust_code with an already-extracted proven module bundled in.
pub fn generate_rust_code_with_proven(
source: &str,
proven: Option<&str>,
) -> Result<String, ParseError>generate_rust_code with an already-extracted proven module bundled in.