hi-doc-jumprope 1.2.0

Simple, fast rope (fancy string) library built on top of Skiplists - hi-doc fork
Documentation
[[bench]]
harness = false
name = "benches"
path = "benches/benches.rs"

[dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8"

[dependencies.str_indices]
version = "0.4.0"

[dev-dependencies.criterion]
version = "0.5"

[features]
buffered = []
ddos_protection = ["rand/std_rng", "rand/std"]
default = ["ddos_protection"]
line_conversion = []
wchar_conversion = []

[lib]
name = "hi_doc_jumprope"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0

[package]
authors = ["Joseph Gentle <me@josephg.com>", "Yaroslav Bolyukin <iam@lach.pw>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple, fast rope (fancy string) library built on top of Skiplists - hi-doc fork"
edition = "2021"
exclude = ["benchmark_data/*", ".github/**"]
license = "ISC OR Apache-2.0"
name = "hi-doc-jumprope"
readme = "README.md"
repository = "https://github.com/CertainLach/jumprope-rs"
version = "1.2.0"

[package.metadata.docs.rs]
features = ["wchar_conversion"]

[profile.release]
codegen-units = 1
lto = true

[profile.release.package.jumprope-wasm]
opt-level = 2

[[test]]
name = "test"
path = "tests/test.rs"