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: Implement Debug trait for sync variants of FrozenMap and FrozenVec #65

Closed huitseeker closed 1 year ago

huitseeker commented 1 year ago
huitseeker commented 1 year ago

@Manishearth Refactored, please let me know what you think.