Eric Coissac dfce956162 feat(obicompactvec): implement Iterator for PersistentCompactIntVec
Add an `Iter` struct that implements `Iterator` and `ExactSizeIterator` to enable idiomatic traversal of `&PersistentCompactIntVec`. The iterator maintains `slot` and `overflow_pos` state to correctly yield `u32` values from both primary and overflow memory regions. Includes three unit tests validating iteration correctness against direct indexing, accurate `len()` tracking, and proper reference-based iteration.
2026-05-13 10:28:17 +08:00
S
Description
No description provided
Readme
229 MiB
v1.2.2
Latest
2026-08-17 11:33:43 +00:00
Languages
HTML 56%
Rust 38.9%
Python 2%
TeX 1.2%
Makefile 1%
Other 0.9%