Crates.io | utf8path |
lib.rs | utf8path |
version | 0.6.0 |
source | src |
created_at | 2024-04-22 04:23:03.104776 |
updated_at | 2024-10-01 13:05:27.298889 |
description | utf8path provides a String-friendly path type |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 1215866 |
size | 31,975 |
utf8path provides a Path object that is guaranteed to be convertible to and from UTF8 with sane semantics. Further restrictions, such as those imposed by the filesystem/kernel, are not enforced by this library.
New. This library is new, so it will likely see changes in the near future as it sees more use.
This library provides the Path object with sane dirname and basename methods.
The implementations provided don't use the components
method. Ideally, we could use them, but it was easier to
manually juggle path separations.
The latest documentation is always available at docs.rs.