#path #absolute #file-path #canonicalize

to_absolute

Simple rust library to get absolute path for a existing path

1 unstable release

0.1.0 May 30, 2019

#6 in #canonicalize

48 downloads per month

Custom license

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.

No runtime deps