[package] name = "patterns" version = "0.2.5" edition = "2021" authors = ["greaka "] description = "no_std compatible pattern scan library using simd" repository = "https://github.com/greaka/patterns" license = "MIT/Apache-2.0" [[bench]] name = "main" harness = false [dev-dependencies] criterion = "0.4.0"