1
2
3
4
5
//! Diagnostic reporting support for the codespan crate.

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