to_absolute 0.1.0

Simple rust library to get absolute path for a existing path.
Documentation
# 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.