coral 0.1.1

A library that parses output from `cargo check`, and a cli tool that uses the library to print compact error messages.
Documentation

Description

This crate provides both a library and a CLI tool.

  • The library implements a parser for the output of cargo check --message-format json. It also provides an interface for directly invoking cargo and parsing.
  • The CLI tool uses the library to provide compact error reporting for Rust projects

Demo

demo gif

Installation

Installation requires cargo, and is very simple:

cargo install coral