-
Notifications
You must be signed in to change notification settings - Fork 2
sp3d/tilde-expand-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/// perform tilde-expansion, replacing an initial ~ or ~username with that username's home directory as determined by getpwnam fn tilde_expand(s: &[u8]) -> Vec<u8> { ... } Released under the WTFPL.
About
Rust library to perform shell-style tilde expansion of paths
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published