Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steadbytes/bisection

Rust implementation of the Python bisect module
https://github.com/steadbytes/bisection

Last synced: about 2 months ago
JSON representation

Rust implementation of the Python bisect module

Awesome Lists containing this project

README

        

# bisection

![Crates.io](https://img.shields.io/crates/v/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: