pub fn nwr_path() -> PathBuf
Expand description

nwr working path

let path = intspan::nwr_path();

assert!(std::path::Path::new(&path).exists());