1 unstable release
Uses old Rust 2015
0.1.1 | Apr 19, 2016 |
---|---|
0.1.0 |
|
#675 in Unix APIs
149 downloads per month
Used in 4 crates
3KB
60 lines
/// perform tilde-expansion, replacing an initial ~ or ~username with that username's home directory as determined by getpwnam fn tilde_expand(s: &[u8]) -> Vec { ... }
Released under the WTFPL.
Dependencies
~42KB