2 个不稳定版本

使用旧的 Rust 2015

0.2.0 2017年6月5日
0.1.0 2015年8月22日

#american 中排名 4

Download history • Rust 包仓库 22/week @ 2024-03-28 • Rust 包仓库 9/week @ 2024-04-04 • Rust 包仓库 1/week @ 2024-04-25 • Rust 包仓库 5/week @ 2024-05-23 • Rust 包仓库 5/week @ 2024-05-30 • Rust 包仓库 1/week @ 2024-06-06 • Rust 包仓库 1/week @ 2024-06-13 • Rust 包仓库

每月下载 879

自定义许可证

4KB
65 代码行

Rust Soundex 实现

对传入的字符串执行 Soundex 计算

示例

use soundex;
let code: String = soundex::american_soundex("Sirname".to_string());

依赖项

~465KB