brurucy / indexset

A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and allows lookups of entries by value or sorted order position.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: implement PartialEq and Eq for BTreeMap and BTreeSet

etam opened this issue · comments

Should be quite simple.

Done. As a bonus, I've added Hash and dropped the need for T to implement Clone. Enjoy, and thanks for checking the library out!