/dybuk

Prettify the ugly rustc messages (inspired by Elm)

Primary LanguageRustMIT LicenseMIT

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