instant-segment 0.8.2

Fast English word segmentation
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.ahash]
version = "0.7.0"

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

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

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

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

[package]
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Fast English word segmentation"
documentation = "https://docs.rs/instant-segment"
edition = "2018"
homepage = "https://github.com/InstantDomainSearch/instant-segment"
license = "Apache-2.0"
name = "instant-segment"
readme = "../README.md"
repository = "https://github.com/InstantDomainSearch/instant-segment"
version = "0.8.2"