1 unstable release

0.0.0 Dec 29, 2024

#251 in #systems

Download history 107/week @ 2024-12-25 10/week @ 2025-01-01

117 downloads per month

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