bisector 0.2.0

Flexible bisect implementatation which allows the use the bisection method on arbitrary data types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bisector"
version = "0.2.0"
edition = "2018"

authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "Flexible bisect implementatation which allows the use the bisection method on arbitrary data types"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/foresterre/bisector"

[dependencies]

[dev-dependencies]
semver = "1"