# 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: