
std::env::set_current_dir(Path::new("src")).unwrap();


std::env::set_current_dir(Path::new("..")).unwrap();

https://github.com/GrumpyMetalGuy/chwd