trees
trees copied to clipboard
Chapter 1.5 of the docs contains the following listing: ``` assert_eq!( root.data(), &9 ); let root = tree.root_mut(); *root.data_mut() = 0; ``` However it is missing mutability for root in...
Go to https://docs.rs/crate/trees/0.4.2/builds/352179; your build failed for some reason.
Fixes #10
Modifies #11 so the function is marked as unsafe
Would you please add `Send` trait support for trees and node?
### Issue Summary Thank you for appreciating this excellent open-source project. Our static analysis tool has identified potential safety issues in the node_vec.rs file. The node_vec.rs file contains potentially unsafe...