html_element/
prelude.rs

1//! The html-element **prelude** - alleviate imports of many common types.
2//!
3//! ```
4//! use html_element::prelude::*;
5//! ```
6pub use crate::content::*;