11 lines
172 B
11 lines
172 B
1 year ago
|
[package]
|
||
|
summary = "Extremely fast 1, 2 or 3 byte search and single substring search"
|
||
|
|
||
|
[features]
|
||
|
hide = [
|
||
|
"compiler_builtins",
|
||
|
"core",
|
||
|
"rustc-dep-of-std",
|
||
|
]
|
||
|
|