Rust Algorithms & Data Structures A collection of efficient and safe algorithms implemented in Rust. Currently Implemented Binary Search – Fast searching in sorted arrays. Quick Sort – Efficient sorting algorithm. Run tests using: cargo test Future Features More algorithms coming soon.