pushd
A simple library for temporarily changing the current working directory.
Usage
Add this to your Cargo.toml:
[]
= "0.0.1"
Example
use Result
use PathBuf;
use Pushd;
A simple library for temporarily changing the current working directory.
Add this to your Cargo.toml:
[]
= "0.0.1"
use Result
use PathBuf;
use Pushd;