#bisect #sorting #searching #binary-search

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#1497 in Algorithms

Download history 507/week @ 2023-02-02 1254/week @ 2023-02-09 1347/week @ 2023-02-16 783/week @ 2023-02-23 982/week @ 2023-03-02 1130/week @ 2023-03-09 1568/week @ 2023-03-16 1642/week @ 2023-03-23 905/week @ 2023-03-30 765/week @ 2023-04-06 771/week @ 2023-04-13 716/week @ 2023-04-20 784/week @ 2023-04-27 703/week @ 2023-05-04 333/week @ 2023-05-11 252/week @ 2023-05-18

2,235 downloads per month
Used in 2 crates

MIT license

23KB
440 lines

bisection

Crates.io

Rust implementation of the Python bisect module.

Why bisection?

bisect was already taken 🤷‍♂️

No runtime deps