whippyunits-pretty
CLI tool for pretty-printing whippyunits types in rustc compiler output.
Installation
Or build from source:
Usage
Basic (stdin)
|
From file
Options
-v, --verbose: Enable verbose output mode-u, --no-unicode: Disable Unicode symbols-r, --include-raw: Include raw type information-d, --debug: Enable debug logging-f, --input <FILE>: Read from file instead of stdin
Example
Before:
error: expected `Quantity<0, 9223372036854775807, 1, 0, 0, 9223372036854775807, 9223372036854775807, 9223372036854775807>`
After:
error: expected `Quantity<m; Length>`
Integration
# Cargo
|
# Makefile
|