1 unstable release
0.1.0 | May 30, 2019 |
---|
#6 in #canonicalize
48 downloads per month
6KB
107 lines
to-absolute-rs
Simple rust library to get absolute path for a existing path. This library is
almost same with std::fs::canonicalize
, but removes some unusual prefix (e.g.
\\?\
) on Windows.