Available on crate feature
smallvec
only.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.1", 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.