bisection 0.1.0

Rust implementation of the Python bisect module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.proptest]
version = "0.10.0"

[package]
authors = ["Ben Steadman <steadmanben1@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "Rust implementation of the Python bisect module"
edition = "2018"
homepage = "https://github.com/SteadBytes/bisection"
keywords = ["bisect", "sorting", "searching", "binary-search"]
license = "MIT"
name = "bisection"
readme = "README.md"
repository = "https://github.com/SteadBytes/bisection"
version = "0.1.0"