dybuk icon indicating copy to clipboard operation
dybuk copied to clipboard

Prettify the ugly rustc messages (inspired by Elm)

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