pathbuf
pathbuf
is a simple crate which provides the pathbuf
macro to
conveniently construct the Rust PathBuf
type.
Example
use pathbuf;
use PathBuf;
License
pathbuf
is licensed under the Apache 2.0 license, and is itself a
reproduction of the hc_pathbuf
crate found in Hipcheck, pulled out
into its own distinct crate for reuse.