some common rust_algorithms, Everyone can participate, and the project will continue to be updated, all the algorithms comes from <Introduction to Algorithms III>
modbinary;modlinearity;modmax;modmin;modmin_and_max;pubuseself::binary::search as binary_search;pubuseself::linearity::search as linearity_search;pubuseself::max::max as max_search;pubuseself::min::min as min_search;pubuseself::min_and_max::find_min_max as min_and_max;