trait-bound-pretty 0.1.0

Pretty-print Rust trait bound errors and type names.
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}