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;