codespan_reporting/
lib.rs

1//! Diagnostic reporting support for the codespan crate.
2
3#![forbid(unsafe_code)]
4
5pub mod diagnostic;
6pub mod files;
7pub mod term;