pub fn cwd() -> PathBuf
Expand description
Return the current working directory.
This forwards to std::env::current_dir
, please see its docs regarding platform-specific
behavior.
pub fn cwd() -> PathBuf
Return the current working directory.
This forwards to std::env::current_dir
, please see its docs regarding platform-specific
behavior.