#sorting #bisect #binary-search

bisection

Rust implementation of the Python bisect module

1 unstable release

0.1.0 Sep 2, 2020

#1033 in Algorithms

Download history 3110/week @ 2024-11-16 3215/week @ 2024-11-23 3988/week @ 2024-11-30 4620/week @ 2024-12-07 4323/week @ 2024-12-14 3316/week @ 2024-12-21 2854/week @ 2024-12-28 4291/week @ 2025-01-04 5344/week @ 2025-01-11 6343/week @ 2025-01-18 6974/week @ 2025-01-25 6010/week @ 2025-02-01 6705/week @ 2025-02-08 6213/week @ 2025-02-15 8408/week @ 2025-02-22 7565/week @ 2025-03-01

29,514 downloads per month
Used in 18 crates (7 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