1 2 3 4 5 6 7 8
//! Beautiful diagnostic reporting for compilation/decoding/deserialzation apps. #![cfg_attr(docsrs, feature(doc_cfg))] mod diagnostic; pub use diagnostic::*; pub mod renderer;