Skip to content

Rust library to perform shell-style tilde expansion of paths

Notifications You must be signed in to change notification settings

sp3d/tilde-expand-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

No packages published

Languages