sdleffler / qp-trie-rs

An idiomatic and fast QP-trie implementation in pure Rust.
Mozilla Public License 2.0
95 stars 24 forks source link

Implement basic `std::collections` methods #12

Closed tapeinosyne closed 6 years ago

tapeinosyne commented 6 years ago

This takes care of the trivial methods listed in #11:

Later on, we may want to refactor the iter module a bit to minimize repetition.

sdleffler commented 6 years ago

Looks great! Thanks again. :)