1 2 3 4 5
mod render; mod sink; pub use render::render_diagnostics; pub use sink::{DiagnosticSink, Severity};