12 个版本
新 0.2.5 | 2024 年 8 月 5 日 |
---|---|
0.2.4 | 2024 年 7 月 22 日 |
0.2.3 | 2023 年 12 月 24 日 |
0.1.7 | 2023 年 9 月 16 日 |
0.1.6 | 2023 年 5 月 11 日 |
#548 在 Rust 模式
3,408 每月下载量
在 10 个软件包中(通过 spider)使用
12KB
155 行
case_insensitive_string
Rust 的 case_insensitive_string 结构体软件包。
使用以下命令安装软件包:cargo add case_insensitive_string
.
use case_insensitive_string::CaseInsensitiveString;
fn main() {
let case_insensitive = CaseInsensitiveString::from("iDk");
// both of the strings are a match!
assert_eq!(case_insensitive, CaseInsensitiveString::from("IDK"))
}
功能
compact
功能标志以启用 compact_str 使用。serde
功能标志以启用 serde 使用。
依赖项
~0–280KB