What's everyone working on this week (15/2024)?

New week, new Rust! What are you folks up to?

Still improving my BTreeMap implementation. I got some of the std library tests to run ( on my implementation ), and fixed some Send and other minor issues.

https://crates.io/crates/btree_experiment[https://docs.rs/crate/btree_experiment/0.1.61/source/src/tests.rs](https://docs.rs/crate/btree_experiment/0.1.61/source/src/tests.rs)

2 Likes