pyo3::conversions::num_bigint

Function int_to_u32_vec

Source
fn int_to_u32_vec<const SIGNED: bool>(
    long: &Bound<'_, PyInt>,
) -> PyResult<Vec<u32>>
Available on crate feature num-bigint and neither Py_LIMITED_API nor Py_3_13 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here