[dependencies]
[package]
authors = ["Lev Kruglyak <lev.kruglyak2014@gmail.com>"]
description = "A collection of algorithms for searching within slices."
edition = "2021"
keywords = ["search", "binary-search", "linear-search", "slice", "no_std"]
license = "Apache-2.0"
name = "slice_search"
repository = "https://github.com/LevKruglyak/limousine"
version = "0.1.0"