bsutils 0.1.0

Binary search utilities with efficiency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bsutils"
version = "0.1.0"
edition = "2021"
description = "Binary search utilities with efficiency"
documentation = "https://docs.rs/bsutils"
readme = "README.md"
repository = "https://codeberg.org/ino/rusty-algos/src/branch/master/problems/bsutils"
license = "MIT"
keywords = ["algorithm", "binary-search", "utils"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]