This PR contains the implementation of deserialization as C: IntoIterator<Item = T> + Extend<T> + Default for HashmapE<T, ()> and BinTree.
Please take a look and contact me if you have any questions.
cargo fmt rewrote the entire bin_tree.rs file for some reason, sorry about that.
This PR contains the implementation of deserialization as
C: IntoIterator<Item = T> + Extend<T> + Default
forHashmapE<T, ()>
andBinTree
. Please take a look and contact me if you have any questions.cargo fmt
rewrote the entirebin_tree.rs
file for some reason, sorry about that.