comtains 0.1.1

Zero-allocation byte-set matcher generated at compile time
Documentation
[[bench]]
harness = false
name = "byte_set"
path = "benches/byte_set.rs"

[dependencies.comtains_macros]
version = "0.1.0"

[dev-dependencies.iai-callgrind]
version = "0.15"

[dev-dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8"

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

[package]
authors = ["Leander Kohler"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling", "algorithms", "no-std"]
description = "Zero-allocation byte-set matcher generated at compile time"
documentation = "https://docs.rs/comtains"
edition = "2024"
homepage = "https://github.com/Coffeeri/comtains"
keywords = ["compile-time", "proc-macro", "trie", "byte", "matcher"]
license = "MIT"
name = "comtains"
readme = "README.md"
repository = "https://github.com/Coffeeri/comtains"
version = "0.1.1"