11 releases
0.4.4 | Nov 5, 2024 |
---|---|
0.4.2 | Sep 11, 2024 |
0.4.0 | Jul 20, 2024 |
0.1.4 | Jan 21, 2024 |
#475 in Filesystem
1,263 downloads per month
Used in qsv
3KB
simple-expand-tilde
A minimal, fast, and reliable tilde expansion solution.
Usage
use simple_expand_tilde::*;
fn main() {
// Windows => C:\Users\jdoe\.rustup
// Linux => /home/jdoe/.rustup
// Mac => /Users/jdoe/.rustup
let path = expand_tilde("~/.rustup").unwrap();
}
Dependencies
~0–6.5MB
~35K SLoC