to_absolute

Crates.ioto_absolute
lib.rsto_absolute
version0.1.0
sourcesrc
created_at2019-05-30 17:03:15.28388
updated_at2019-05-30 17:03:15.28388
descriptionSimple rust library to get absolute path for a existing path.
homepage
repositoryhttps://github.com/statiolake/to-absolute-rs
max_upload_size
id137928
size6,396
(statiolake)

documentation

README

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.

Commit count: 9

cargo fmt