#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

#7 in #canonicalize

Download history 1/week @ 2024-11-13 10/week @ 2024-11-20 12/week @ 2024-11-27 27/week @ 2024-12-04 55/week @ 2024-12-11 14/week @ 2024-12-18 9/week @ 2025-01-01 22/week @ 2025-01-08 38/week @ 2025-01-15 19/week @ 2025-01-22 17/week @ 2025-01-29 56/week @ 2025-02-05 47/week @ 2025-02-12 23/week @ 2025-02-19 34/week @ 2025-02-26

164 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