html 0.6.3

Structured HTML encoder
Documentation
1
2
3
4
5
6
7
8
//! Forms elements
//!
//! HTML provides a number of elements which can be used together to create
//! forms which the user can fill out and submit to the website or application.
//! There's a great deal of further information about this available in the HTML
//! forms guide.

pub use crate::generated::mdn::forms::{builders, children, elements::*};