creature_feature 0.1.4

Composable n-gram combinators that are ergonomic and bare-metal fast.
Documentation
[dependencies.fxhash]
version = "0.2.1"

[dependencies.nohash-hasher]
version = "0.2.0"

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

[features]
serde1 = ["serde"]

[package]
authors = ["Logan Dimond"]
description = "Composable n-gram combinators that are ergonomic and bare-metal fast."
edition = "2018"
exclude = ["/benchmarks", "todo.txt"]
homepage = "https://github.com/Lambda-Logan/creature_feature/blob/master/README.md"
license = "MPL-2.0"
name = "creature_feature"
readme = "README.md"
repository = "https://github.com/Lambda-Logan/creature_feature/"
version = "0.1.4"
[package.metadata.playground]
features = ["serde"]