[package]
name = "binary-merge"
version = "0.1.0"
edition = "2021"
authors = ["RĂ¼diger Klaehn <rklaehn@protonmail.com>"]
description = "Minimum comparison merge of two sorted sequences with random access"
repository = "https://github.com/rklaehn/binary-merge"
license = "MIT OR Apache-2.0"
keywords = ["array", "sorting", "merging"]
categories = ["Algorithms"]
readme = "README.md"
homepage = "https://github.com/rklaehn"
[dependencies]
[dev-dependencies]
criterion = "0.3.5"
proptest = "1.0.0"
[[bench]]
name = "merge"
harness = false