#path #pathlib

no-std pathlib

A simple path library

1 unstable release

0.0.0 Dec 29, 2024

#756 in #path

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.

No runtime deps

Features