patterns 0.3.0

no_std compatible pattern scan library using simd
Documentation
[[bench]]
harness = false
name = "main"
path = "benches/main.rs"

[[bench]]
name = "util"
path = "benches/util.rs"

[dev-dependencies.aligned-vec]
version = "0.6.1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.6"

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

[package]
authors = ["greaka <cargo@greaka.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "no_std compatible pattern scan library using simd"
edition = "2021"
license = "MIT/Apache-2.0"
name = "patterns"
readme = "README.md"
repository = "https://github.com/greaka/patterns"
version = "0.3.0"

[profile.bench]
debug = 2

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