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

pub mod diagnostic;
pub mod term;