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.23.0-dev", 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.