coral

Crates.iocoral
lib.rscoral
version0.9.2
sourcesrc
created_at2019-05-17 01:48:42.456937
updated_at2019-08-08 21:04:53.474952
descriptionA library that parses output from `cargo check`, and a cli tool that uses the library to print compact error messages.
homepage
repositoryhttps://github.com/kaikalii/coral
max_upload_size
id134813
size1,056,756
Kai Schmidt (kaikalii)

documentation

https://docs.rs/coral

README

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

On crates.io

Documentation

Demo

Demo Gif

Installation

Installation requires cargo, and is very simple:

cargo install coral
Commit count: 60

cargo fmt