naive_opt 0.2.0

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

[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"
rust-version = "1.65.0"
version = "0.2.0"

[profile.release]
lto = true