Manishearth / elsa

Append-only collections for Rust where borrows to entries can outlive insertions
Apache License 2.0
228 stars 33 forks source link

feat: add iterator goodies to `sync::FrozenVec` #66

Closed huitseeker closed 1 year ago

huitseeker commented 1 year ago

The logic for iteration over FrozenVec was missing from the sync variant, this closes the gap.