Module pyo3::smallvec

source ·
Expand description

Conversions to and from smallvec.

§Setup

To use this feature, add this to your Cargo.toml:

[dependencies]
# change * to the latest versions
smallvec = "*"
pyo3 = { version = "0.21.2", features = ["smallvec"] }

Note that you must use compatible versions of smallvec and PyO3. The required smallvec version may vary based on the version of PyO3.