jumprope 1.1.2

Simple, fast rope (fancy string) library built on top of Skiplists
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dependencies.str_indices]
version = "0.4.0"
[dev-dependencies.criterion]
version = "0.4.0"

[features]
buffered = []
ddos_protection = []
default = ["ddos_protection"]
line_conversion = []
wchar_conversion = []

[package]
authors = ["Joseph Gentle <me@josephg.com>"]
description = "Simple, fast rope (fancy string) library built on top of Skiplists"
edition = "2021"
exclude = ["benchmark_data/*", ".github/**"]
license = "ISC OR Apache-2.0"
name = "jumprope"
readme = "README.md"
repository = "https://github.com/josephg/jumprope-rs"
version = "1.1.2"
[package.metadata.docs.rs]
features = ["wchar_conversion"]
[profile.release]
codegen-units = 1
lto = true
[profile.release.package.jumprope-wasm]
opt-level = 2