1 unstable release

0.1.0 Oct 8, 2020

#1514 in Filesystem

Download history 24/week @ 2024-08-26 35/week @ 2024-09-02 16/week @ 2024-09-09 4/week @ 2024-09-16 18/week @ 2024-09-23 9/week @ 2024-09-30 21/week @ 2024-10-07 7/week @ 2024-10-14 2/week @ 2024-10-28 7/week @ 2024-11-04 23/week @ 2024-11-11 124/week @ 2024-11-18 5/week @ 2024-11-25 6/week @ 2024-12-02 42/week @ 2024-12-09

182 downloads per month
Used in 3 crates

MIT license

6KB
103 lines

home-dir

expands tildes to home directories


lib.rs:

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

Dependencies

~2.5MB
~53K SLoC