lewp-html 0.2.0

Straightforward HTML document building. Write your HTML with full algorithmic power instead of creating messy and confusing templates that contain typing errors.
Documentation
1
2
3
4
5
6
//! Contains types required by the API.

mod browsing_context;
mod script;

pub use {browsing_context::BrowsingContext, script::Script};