Skip to main content

rust_package_gen

Function rust_package_gen 

Source
pub fn rust_package_gen(
    root_dir: impl AsRef<Path>,
    pkg_name: &str,
    type_defs: &[TypeDef],
) -> Result<()>