Expand description
Paths, extends std::path
.
Macros
- Alias of
Path::new(concat![env!("CARGO_MANIFEST_DIR"), $path])
.
Functions
- crate_root
std
Returns an absolutePathBuf
, relative to thecrate
’s root. - Like
crate_root
but returns aString
.
Paths, extends std::path
.
Path::new(concat![env!("CARGO_MANIFEST_DIR"), $path])
.std
PathBuf
, relative to the crate
’s root.crate_root
but returns a String
.