Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 330 Bytes

dybuk

Dybuk cleans up the ugly Rustc messages (inspired by Elm). Dybuk supports some other compilers aswell.

Usage

First of all install dybuk.

cd /path/to/dybuk
cargo install --path .

When that's done, you can pipe Rustc output through dybuk:

cargo build |& dybuk