instant-segment 0.11.0

Fast English word segmentation
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.123"

[dependencies.smartstring]
version = "1"
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.once_cell]
version = "1.4"

[dev-dependencies.rayon]
version = "1.5.1"

[features]
__test_data = ["test-cases"]
test-cases = []
with-serde = ["serde", "smartstring/serde"]

[package]
description = "Fast English word segmentation"
documentation = "https://docs.rs/instant-segment"
edition = "2018"
homepage = "https://github.com/InstantDomain/instant-segment"
license = "Apache-2.0"
name = "instant-segment"
readme = "README.md"
repository = "https://github.com/InstantDomain/instant-segment"
rust-version = "1.65"
version = "0.11.0"