pyo3/pyo3-benches
Lily Foote 811a3e5d00
Add IntoIterator for &Bound types (#3923)
* Add IntoIterator for &Bound<'py, PyList>

* Add a test for Bound<'_, PyList>.into_iter

* Implement IntoIterator for more &Bound types

* Remove some explicit .iter() calls

* Implement IntoIterator for &Bound<'py, PyIterator>
2024-03-04 21:24:38 +00:00
..
benches Add IntoIterator for &Bound types (#3923) 2024-03-04 21:24:38 +00:00
Cargo.toml add codspeed benchmarks 2023-10-19 21:36:05 +01:00