bmatcher-core 0.3.3

bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data.
Documentation
[[bench]]
harness = false
name = "matcher"
path = "benches/matcher.rs"

[dependencies.pelite]
default-features = false
optional = true
version = ">=0.8"

[dependencies.thiserror-no-std]
version = "2.0.2"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.rand]
version = "0.8.5"

[features]
pelite = ["dep:pelite"]

[lib]
bench = false
name = "bmatcher_core"
path = "src/lib.rs"

[package]
authors = ["Markus Hadenfeldt <mhadenfeldt@did.science>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data."
edition = "2021"
license-file = "LICENSE"
name = "bmatcher-core"
readme = false
version = "0.3.3"