coolfindpattern 0.1.1

SIMD-accelerated pattern scanning library
Documentation
[package]

name         = "coolfindpattern"

description  = "SIMD-accelerated pattern scanning library"

authors      = ["unknowntrojan"]

version      = "0.1.1"

license-file = "LICENSE"

edition      = "2021"



[[bench]]

name = "find_pattern"

path = "benches/pattern.rs"



[profile.bench]

debug           = true

opt-level       = 3

overflow-checks = false

lto             = "fat"



[dev-dependencies]

rand = "0.8.5"



[dependencies]