Module path

Source
Expand description

Filesystem path operations.

Modules§

arg 🔒
Convenient and efficient string argument passing.
dec_int 🔒
Efficient decimal integer formatting.

Structs§

DecInt
Format an integer into a decimal Path component, without constructing a temporary PathBuf or String.

Constants§

SMALL_PATH_BUFFER_SIZE 🔒

Traits§

Arg
A trait for passing path arguments.
Integer
An integer that can be used by DecInt::new.

Functions§

option_into_with_c_str
Runs a closure on arg where A is mapped to a &CStr