binary-search 0.1.2

General binary search implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Daniel Waterworth <me@danielwaterworth.com>"]
description = "General binary search implementation"
edition = "2018"
license = "MIT"
name = "binary-search"
readme = "README.md"
repository = "https://github.com/danielwaterworth/binary-search"
version = "0.1.2"