Note: the tree should work for any data type with trait PartialOrd and trait Copy, and is tested for most standard primitive numeric types like i32, u32, i64, u64, f32 and f64.
- Download and install Rust and Cargo as described here.
- Open a terminal to the repo directory.
- In the terminal, run
cargo testto view test results.
To view docs in your browser run cargo doc --open.