tilde-expand 0.1.1

perform shell-style tilde expansion of home directories in paths
Documentation

/// 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.