1//! Diagnostic reporting support for the codespan crate.
2
3pub mod diagnostic;
4pub mod files;
5pub mod term;
6