utf8path

Crates.ioutf8path
lib.rsutf8path
version0.6.0
sourcesrc
created_at2024-04-22 04:23:03.104776
updated_at2024-10-01 13:05:27.298889
descriptionutf8path provides a String-friendly path type
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id1215866
size31,975
Robert Escriva (rescrv)

documentation

README

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.

Commit count: 1599

cargo fmt