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 missing `#[derive(Debug)]` implementations #61

Closed huitseeker closed 1 year ago

huitseeker commented 1 year ago

I've also switched a qualified AsMut to an use and exhibited an implicit lifetime on a return of Iter<'a, T>, with the assumption they would be welcome cleanup. Happy to revert any of those if wished.

Fixes #32.

huitseeker commented 1 year ago

Closing because of https://github.com/Manishearth/elsa/pull/31#issuecomment-1202925691