to_absolute 0.1.0

Simple rust library to get absolute path for a existing path.
Documentation
  • Coverage
  • 22.22%
    2 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 6.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • statiolake/to-absolute-rs
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • statiolake

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.