Skip to main content

Module smallvec

Module 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.28.3", 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§

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