Expand description
Re-exported items for convenience.
This module re-exports all the commonly used items from the crate,
so you can use them without having to import them individually. It also
re-exports the hypertext_elements module, and any framework-specific
attribute traits that have been enabled, as
well as the GlobalAttributes trait.
Re-exports§
pub use crate::validation::hypertext_elements;pub use crate::Renderable;allocpub use crate::RenderableExt as _;allocpub use crate::Rendered;allocpub use crate::validation::attributes::*;
Macros§
- attribute
alloc - Generate an attribute value, returning a
LazyAttribute. - maud
alloc - Generate HTML using
maudsyntax, returning aLazy. - rsx
alloc - Generate HTML using rsx syntax, returning a
Lazy.
Attribute Macros§
- component
alloc - Convert a function returning a
Renderableinto a component.
Derive Macros§
- Renderable
alloc - Derive
Renderablefor a type.