1 unstable release

0.0.0 Dec 29, 2024

#257 in #systems

MIT license

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.

No runtime deps

Features