#binary-search #bisect #sorting

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#7 in #bisect

Download history 16878/week @ 2026-02-22 22049/week @ 2026-03-01 28402/week @ 2026-03-08 47591/week @ 2026-03-15 41911/week @ 2026-03-22 42553/week @ 2026-03-29 48613/week @ 2026-04-05 50059/week @ 2026-04-12 43792/week @ 2026-04-19 44123/week @ 2026-04-26 67190/week @ 2026-05-03 109639/week @ 2026-05-10 117006/week @ 2026-05-17 97916/week @ 2026-05-24 55325/week @ 2026-05-31 21493/week @ 2026-06-07

301,073 downloads per month
Used in 22 crates (6 directly)

MIT license

24KB
440 lines

bisection

Crates.io

Rust implementation of the Python bisect module.

Why bisection?

bisect was already taken 🤷‍♂️

No runtime deps