pathlib 0.0.0

A simple path library
Documentation
  • Coverage
  • 100%
    46 out of 46 items documented0 out of 0 items with examples
  • Size
  • Source code size: 32.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • TheVeryDarkness/pathlib
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheVeryDarkness

Pathlib

A module that provides types representing filesystem paths with semantics appropriate for different operating systems.

Unlike std::path::Path, Pathlib is a full-featured path manipulation library that provides a high-level API for path operations.