Crates.io | coral |
lib.rs | coral |
version | 0.9.2 |
source | src |
created_at | 2019-05-17 01:48:42.456937 |
updated_at | 2019-08-08 21:04:53.474952 |
description | A library that parses output from `cargo check`, and a cli tool that uses the library to print compact error messages. |
homepage | |
repository | https://github.com/kaikalii/coral |
max_upload_size | |
id | 134813 |
size | 1,056,756 |
This crate provides both a library and a CLI tool.
cargo check --message-format json
. It also provides an interface for directly invoking cargo and parsing.Installation requires cargo, and is very simple:
cargo install coral