billyrieger / bimap-rs

Generic bijective maps in Rust
Apache License 2.0
129 stars 26 forks source link

Add reserve, shrink_to and shrink_to_fit #32

Closed AlessioZanga closed 2 years ago

AlessioZanga commented 2 years ago

This close #31 by adding reserve, shrink_to and shrink_to_fit methods, with associated docs and tests.

billyrieger commented 2 years ago

Looks great, thank you!