在路径中执行类似shell的波浪线目录扩展
作者 sp3d
使用旧的Rust 2015
#675 in Unix APIs
149 monthly downloads用于 4 crates
3KB 60 代码行数,不包括注释
/// 执行波浪线扩展,将初始 ~ 或 ~username 替换为该用户名的家目录,由 getpwnam fn tilde_expand(s: &[u8]) -> Vec { ... }
在WTFPL下发布。
~42KB