lewp 0.3.0

Say goodbye to the web template hell. Generate your HTML5 website technically optimized and always valid. In your Rust source.
Documentation
1
2
3
4
5
6
7
8
9
mod component;
mod component_type;
mod information;

pub use {
    component::Component,
    component_type::ComponentType,
    information::ComponentInformation,
};