pub fn develop(
    bindings: Option<String>,
    cargo_options: CargoOptions,
    venv_dir: &Path,
    release: bool,
    strip: bool,
    extras: Vec<String>
) -> Result<()>
Expand description

Installs a crate by compiling it and copying the shared library to site-packages. Also adds the dist-info directory to make sure pip and other tools detect the library

Works only in a virtualenv.