naive_opt 0.1.21

The optimized naive string-search algorithm.
Documentation
[dependencies.memx]
default-features = false
version = "0.1"

[features]
default = []
only_mc_1st = []
only_mc_last = []

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
categories = ["algorithms"]
description = "The optimized naive string-search algorithm."
edition = "2021"
keywords = ["search"]
license = "MIT OR Apache-2.0"
name = "naive_opt"
readme = "README.md"
repository = "https://github.com/aki-akaguma/naive_opt"
version = "0.1.21"
[profile.release]
lto = true