bisection 0.1.0

Rust implementation of the Python bisect module
Documentation
1
2
3
4
5
6
7
8
9
10
11
# bisection

![Crates.io](https://img.shields.io/crates/d/bisection)

Rust implementation of the  Python [`bisect`
module](https://docs.python.org/3/library/bisect.html).


## Why `bisection`?

`bisect` was [already taken](https://crates.io/crates/bisect) :man_shrugging: