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
/// Used to reset a module to the initial state.
pub trait Reset {
    /// Can be used to reset the implementing module to the initial state.
    fn reset(&mut self);
}