Function maturin::develop

source ·
pub fn develop(develop_options: DevelopOptions, venv_dir: &Path) -> 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.