pub fn try_generate_rust(
file: &SynFile,
opts: &RustOptions<'_>,
) -> Result<String, CodegenError>Expand description
Try to generate #[repr(C)] Rust structs compatible with NASA cFS bindings.
pub fn try_generate_rust(
file: &SynFile,
opts: &RustOptions<'_>,
) -> Result<String, CodegenError>Try to generate #[repr(C)] Rust structs compatible with NASA cFS bindings.