Matej Janezic
73a0b87c31
Unified expected output to always eprintln so outputs can be piped to other processes. Added debug_eprintln and switched all occurances of debug_println. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
build.rs |
README.md
ahab
Installing
Clone this repo, with rust installed run this from root of the repo.
cargo install --path .
For printing of underlying commands install with debug
flag.
cargo install --path . --debug