Type Alias maturin::BuiltWheelMetadata

source ·
pub type BuiltWheelMetadata = (PathBuf, String);
Expand description

The wheel file location and its Python version tag (e.g. py3).

For bindings the version tag contains the Python interpreter version they bind against (e.g. cp37).