[lib]
name = "insertion_set"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Performs a set of batched insertions on a vector"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "insertion-set"
readme = "README.md"
repository = "https://github.com/Techcable/insertion-set.rust"
version = "0.1.0"