Function pyo3_pack::develop[][src]

pub fn develop(
    binding_crate: &Option<String>,
    manifest_file: &Path,
    cargo_extra_args: Vec<String>,
    rustc_extra_args: Vec<String>,
    venv_dir: &Path
) -> Result<(), Error>

Installs a crate by compiling it and copying the shared library to the right directory

Works only in virtualenvs.