Module pyo3::conversions::smallvec

source ·
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.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.

Functions§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here