//! `mlang` is a document type definition language, originally developed for the contruction of `vglang`.
#![cfg_attr(docsrs,feature(doc_cfg))]#[cfg(feature ="lang")]#[cfg_attr(docsrs,doc(cfg(feature ="lang")))]pubmodlang;#[cfg(feature ="rt")]#[cfg_attr(docsrs,doc(cfg(feature ="rt")))]pubmodrt;