pub fn generate(input: &PathBuf) -> Result<(), String>Expand description
Generates rust source code from the given input file and saves it to the file generated/keygen/keygen.rs.
This function generates the code with a standard configuration. For examples and more configuration options see generate_with_config.