billyrieger / bimap-rs

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

Derive Debug and Clone on iterators #37

Closed cbeuw closed 1 year ago

cbeuw commented 1 year ago

btree_map::Iter and hash_map::Iter are both Debug + Clone, no reason why the wrappers aren't

billyrieger commented 1 year ago

looks good, thank you