7 个版本

0.1.4 2020 年 8 月 31 日
0.1.4-test-12020 年 9 月 1 日
0.1.3 2020 年 8 月 31 日

#97 in #return

Download history • Rust 包仓库 46/week @ 2024-07-25 • Rust 包仓库 7/week @ 2024-08-01 • Rust 包仓库

每月 53 次下载

MIT 许可证

3KB
60

strops: Rust 字符串库。

函数

  • strcmp(s1: &String,s2: &String) -> i8 如果字符串匹配则返回 0
  • strin(s1: &String,n: u32) -> char 返回指定索引处的字符
  • strrev(s1: &String) -> String 返回反转字符串

无运行时依赖