7 releases (breaking)
0.6.0 | Oct 1, 2024 |
---|---|
0.5.1 | Sep 9, 2024 |
0.4.0 | Aug 24, 2024 |
0.3.0 | Aug 19, 2024 |
0.1.0 | Apr 22, 2024 |
#366 in Filesystem
312 downloads per month
Used in 11 crates
(10 directly)
32KB
900 lines
utf8path
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.
Status
New. This library is new, so it will likely see changes in the near future as it sees more use.
Scope
This library provides the Path object with sane dirname and basename methods.
Warts
The implementations provided don't use the components
method. Ideally, we could use them, but it was easier to
manually juggle path separations.
Documentation
The latest documentation is always available at docs.rs.