Rust also implements a built-in binary search function(included in the standard library). I created a program that runs binary search on a vector of integers, using rust's unique match keyword. The code is showcased to the left
The output of the code is shown to the left