# Data Structure and Algorithms in Rust A set of data structure and algorithms to practice Rust ## Install Cargo and Rust Please make sure that [Rust](https://www.rust-lang.org/tools/install) and Cargo has been installed. ## Usage ```rust cargo run ``` ## Test ```rust cargo test ``` ## Implemented Algorithms - Binary Search ## License [MIT](https://choosealicense.com/licenses/mit/)