bmatcher 0.3.1

bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data.
Documentation
[dependencies.bmatcher-core]
version = "=0.3.1"

[dependencies.bmatcher-proc]
version = "=0.3.1"

[lib]
name = "bmatcher"
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"
readme = "README.MD"
repository = "https://github.com/WolverinDEV/bmatcher"
version = "0.3.1"