pub fn generate(
source: &InputSource,
targets: &[TargetSpec],
output: &Path,
dry_run: bool,
) -> Result<GenerationResult>Expand description
Generate Rust + PyO3 stubs for the given targets.
pub fn generate(
source: &InputSource,
targets: &[TargetSpec],
output: &Path,
dry_run: bool,
) -> Result<GenerationResult>Generate Rust + PyO3 stubs for the given targets.