#path #absolute #existing #file

to_absolute

Simple rust library to get absolute path for a existing path

1 unstable release

0.1.0 May 30, 2019

#19 in #existing

Download history 8/week @ 2023-11-20 4/week @ 2023-11-27 2/week @ 2023-12-04 7/week @ 2023-12-11 8/week @ 2023-12-18 9/week @ 2024-01-08 8/week @ 2024-01-15 9/week @ 2024-01-22 9/week @ 2024-02-12 24/week @ 2024-02-19 32/week @ 2024-02-26 26/week @ 2024-03-04

91 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