html 0.6.3

Structured HTML encoder
Documentation
1
2
3
4
5
6
7
8
//! Metadata elements
//!
//! Metadata contains information about the page. This includes information
//! about styles, scripts and data to help software (search engines, browsers,
//! etc.) use and render the page. Metadata for styles and scripts may be
//! defined in the page or link to another file that has the information.

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