tp 0.1.21

text processing utilities
Documentation
[dependencies.daachorse]
optional = true
version = "1.0.0"

[dependencies.roaring]
features = ["simd"]
version = "0.10.6"

[dependencies.static_init]
optional = true
version = "1.0.3"

[dependencies.thiserror]
optional = true
version = "1.0.63"

[dependencies.xhash]
features = ["hash_li"]
optional = true
version = "0.1.29"

[features]
default = []
extend = []
hash = ["dep:xhash"]
mut = ["dep:daachorse", "dep:static_init", "dep:thiserror"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "text processing utilities"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/tp"
license = "MulanPSL-2.0"
name = "tp"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.21"

[package.metadata.docs.rs]
all-features = true

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