spade-codespan-reporting 0.12.0

Beautiful diagnostic reporting for text-based programming languages
Documentation
1
2
3
4
5
6
7
//! Diagnostic reporting support for the codespan crate.

#![forbid(unsafe_code)]

pub mod diagnostic;
pub mod files;
pub mod term;