13 releases
new 0.4.6 | Jan 14, 2025 |
---|---|
0.4.5 | Dec 2, 2024 |
0.4.4 | Nov 5, 2024 |
0.4.0 | Jul 20, 2024 |
0.1.4 | Jan 21, 2024 |
#593 in Filesystem
177 downloads per month
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
~33K SLoC