2个版本
0.1.1 | 2022年7月11日 |
---|---|
0.1.0 | 2021年9月19日 |
#1852 in 开发工具
39 每月下载量
用于aim
5KB
58 代码行
untildify
将波浪号(~)替换为用户主目录的实用程序
示例
extern crate untildify;
fn main() {
println!("Untildify : {}", untildify::untildify("~/Desktop"));
// prints /Users/<user_name>/Desktop
// Other Examples
assert_eq!(untildify("~/a/b/c/d/e"), "/User/Untildify/a/b/c/d/e");
assert_eq!(untildify("~/"), "/User/Untildify/");
}
依赖
~2.1–3MB
~53K SLoC