str_indices 0.4.4

Count and convert between indexing schemes on string slices.
Documentation
[[bench]]
harness = false
name = "all"
path = "benches/all.rs"

[dependencies]

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.proptest]
version = "1.0"

[features]
default = ["simd"]
simd = []

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

[package]
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing"]
description = "Count and convert between indexing schemes on string slices."
documentation = "https://docs.rs/str_indices"
edition = "2021"
exclude = ["tests/", "benches/text/", ".github/"]
keywords = ["text", "string", "nostd"]
license = "MIT OR Apache-2.0"
name = "str_indices"
readme = "README.md"
repository = "https://github.com/cessen/str_indices"
version = "0.4.4"

[profile.release]
lto = "thin"