lira 0.1.0

No dependency, fast Rust eDSL for writing HTML
Documentation
1
2
3
4
5
6
7
pub mod core;
pub mod html5;

pub mod prelude {
    pub use crate::core::*;
    pub use crate::html5::*;
}