Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llogiq/binary_range_search

Binary Search in a slice for a range of values
https://github.com/llogiq/binary_range_search

Last synced: about 1 month ago
JSON representation

Binary Search in a slice for a range of values

Awesome Lists containing this project

README

        

This crate allows us to do a binary search for a range of values within a slice.

# License

This code is made available under MIT or Apache 2 license, at your discretion.