Skip to main content

generate

Function generate 

Source
pub fn generate(
    source: &InputSource,
    targets: &[TargetSpec],
    output: &Path,
    dry_run: bool,
) -> Result<GenerationResult>
Expand description

Generate Rust + PyO3 stubs for the given targets.