Manishearth / elsa

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

Implement `Debug` for relevant types. #31

Closed teymour-aldridge closed 1 year ago

Manishearth commented 2 years ago

derive(Debug) is not the right thing to use here on these unsafe abstractions.

If you want to do this the implementations must be manual