joat-path 0.0.9

Absolute paths
Documentation
  • Coverage
  • 42.86%
    3 out of 7 items documented0 out of 0 items with examples
  • Size
  • Source code size: 30.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • rcook/joat-path-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rcook

joat-path-rs

CI Publish crates.io

Absolute paths

Use package

Get it from crates.io:

cargo add joat-path

About

This is a fork of path-clean. The main distinguishing feature is that this package provides the following three APIs:

  • clean: clean paths according to rules of host operating system (i.e. Unix on Unix, Windows on Windows)
  • clean_unix: clean paths according to Unix rules
  • clean_windows: clean paths according to Windows rules

This enables manipulation of Unix paths on Windows and Windows paths on Unix which has real-world applications. TBD: Document the real-world applications here.