aob_common 1.0.2

String searching with wildcards
Documentation
[dependencies.chumsky]
default-features = false
version = "0.9.3"

[dependencies.memchr]
default-features = false
version = "2.7.4"

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

[dev-dependencies.lightningscanner]
version = "1.0.2"

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

[package]
authors = ["Ryan McKenzie"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms"]
description = "String searching with wildcards"
documentation = "https://ryan-rsm-mckenzie.github.io/aob-rs/aob/index.html"
edition = "2021"
homepage = "https://github.com/Ryan-rsm-McKenzie/aob-rs"
include = ["src/*.rs", "LICENSE"]
keywords = ["find", "search", "substring", "pattern", "signature"]
license = "0BSD"
name = "aob_common"
readme = "README.md"
repository = "https://github.com/Ryan-rsm-McKenzie/aob-rs"
version = "1.0.2"