devela_base_core 0.26.0

base shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// devela_base_core::lang::repr::markup
//
//! Markup languages.
//

// mod html; // WIP
// mod xml;
// mod svg;

crate::structural_mods! { // _mods
    _mods {
        // pub use super::{
        //     html::*,
        //     // xml::_all::*,
        //     // svg::_all::*,
        // };
    }
}