| Crates.io | pathlib |
| lib.rs | pathlib |
| version | 0.0.0 |
| created_at | 2024-12-29 06:34:53.491605+00 |
| updated_at | 2024-12-29 06:34:53.491605+00 |
| description | A simple path library |
| homepage | |
| repository | https://github.com/TheVeryDarkness/pathlib |
| max_upload_size | |
| id | 1498052 |
| size | 33,716 |
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.