binary-search 0.1.2

General binary search implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "binary-search"
version = "0.1.2"
authors = ["Daniel Waterworth <me@danielwaterworth.com>"]
edition = "2018"
license = "MIT"
description = "General binary search implementation"
readme = "README.md"
repository = "https://github.com/danielwaterworth/binary-search"

[dependencies]