Threadsafe BST Threadsafe Binary Search Tree written in Rust. Nodes are wrapped by Arc<Mutex<>>. Implementation based on Chapter 15 of The Complete Rust Programming Reference Guide red-black tree and binary search tree. Other helpful resources: Of Boxes and Trees - Smart Pointers in Rust Understanding Rust Through AVL Trees License MIT License