| Crates.io | joat-path |
| lib.rs | joat-path |
| version | 0.0.9 |
| created_at | 2023-04-19 00:04:59.322436+00 |
| updated_at | 2023-05-21 17:34:52.657035+00 |
| description | Absolute paths |
| homepage | https://github.com/rcook/joat-path-rs |
| repository | https://github.com/rcook/joat-path-rs |
| max_upload_size | |
| id | 843038 |
| size | 31,717 |
Absolute paths
Get it from crates.io:
cargo add joat-path
This is a fork of path-clean. The main distinguishing feature is that this package provides the following three APIs:
clean: clean paths according to rules of host operating system (i.e. Unix on Unix, Windows on Windows)clean_unix: clean paths according to Unix rulesclean_windows: clean paths according to Windows rulesThis enables manipulation of Unix paths on Windows and Windows paths on Unix which has real-world applications. TBD: Document the real-world applications here.