Skip to main content

parse_and_generate_c_impl

Function parse_and_generate_c_impl 

Source
pub fn parse_and_generate_c_impl(
    input: &str,
    header_file: &str,
) -> Result<String, Box<dyn Error>>
Expand description

Parse ASN.1 schema and generate C implementation in one step