Crates.io | binary_range_search |
lib.rs | binary_range_search |
version | 0.1.0 |
source | src |
created_at | 2020-08-03 22:26:40.647163 |
updated_at | 2020-08-03 22:26:40.647163 |
description | Binary Search in a slice for a range of values |
homepage | |
repository | https://github.com/llogiq/binary_range_search |
max_upload_size | |
id | 272678 |
size | 14,166 |
This crate allows us to do a binary search for a range of values within a slice.
This code is made available under MIT or Apache 2 license, at your discretion.