Crates.io | flycatcher-diagnostic |
lib.rs | flycatcher-diagnostic |
version | 0.1.1 |
source | src |
created_at | 2021-08-18 04:07:34.865518 |
updated_at | 2021-08-19 09:21:55.682146 |
description | Tools for emitting Rustc style error messages. |
homepage | https://github.com/redgush/rsflycatcher |
repository | https://github.com/redgush/rsflycatcher |
max_upload_size | |
id | 438791 |
size | 10,596 |
This crate utilizes the codespan-reporting
crate to make Rustc style error messages for the Flycatcher programming language. Its only dependency is codespan-reporting
, so it is possible to use outside of Flycatcher.