Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steadbytes/bisection
- Owner: SteadBytes
- Created: 2020-06-28T19:10:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T13:12:28.000Z (8 months ago)
- Last Synced: 2024-10-08T14:06:51.792Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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: