1 unstable release
0.0.0 | Dec 29, 2024 |
---|
#251 in #systems
117 downloads per month
24KB
549 lines
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.
lib.rs
:
A simple path manipulation library.