Crates.io | to_absolute |
lib.rs | to_absolute |
version | 0.1.0 |
source | src |
created_at | 2019-05-30 17:03:15.28388 |
updated_at | 2019-05-30 17:03:15.28388 |
description | Simple rust library to get absolute path for a existing path. |
homepage | |
repository | https://github.com/statiolake/to-absolute-rs |
max_upload_size | |
id | 137928 |
size | 6,396 |
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.