#path #absolute #file-path

to_absolute

Simple rust library to get absolute path for a existing path

1 unstable release

0.1.0 May 30, 2019

#27 in #absolute

Download history 16/week @ 2024-07-22 16/week @ 2024-07-29 10/week @ 2024-08-05 30/week @ 2024-08-12 4/week @ 2024-08-19 19/week @ 2024-08-26 14/week @ 2024-09-02 9/week @ 2024-09-09 19/week @ 2024-09-16 32/week @ 2024-09-23 39/week @ 2024-09-30 9/week @ 2024-10-14 9/week @ 2024-10-21 20/week @ 2024-10-28 22/week @ 2024-11-04

60 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