Crate home_dir

Source
Expand description

A enable expansion of tildes in paths

built for unix, windows patch welcome

  • ~ expands using the HOME environmental variable.

  • if HOME does not exist, lookup current user in the user database

  • ~user will expand to the user’s home directory from the user database

Enums§

Error
Error while expanding path

Traits§

HomeDirExt
The expansion trait extension