Expand description
Html dom abstraction, with runtime typing.
Re-exports§
pub use allocator::AId;pub use allocator::ASlice;pub use allocator::AVec;pub use allocator::AllocatorType;pub use allocator::Element;pub use allocator::HtmlAllocator;pub use allocator::HtmlAllocatorPool;pub use allocator::Node;pub use allocator::SerHtmlFrag;pub use allocator::ToASlice;
Modules§
- allocator
- arc_
util - flat
- more_
vec - myfrom
- stillvec
- A vector-like region allocator building block that guarantees that its slots never move, and are available unchanged until exclusive_clear is called, and hence allows shared references to existing slots while allowing to push new items at the same time. Uses internal mutability.
- util
- Utilities for HTML contexts
Structs§
- ABBR_
META - ADDRESS_
META - AREA_
META - ARTICLE_
META - ASIDE_
META - AUDIO_
META - A_META
- BASE_
META - BDI_
META - BDO_
META - BLOCKQUOTE_
META - BODY_
META - BR_META
- BUTTON_
META - B_META
- CANVAS_
META - CAPTION_
META - CITE_
META - CODE_
META - COLGROUP_
META - COL_
META - DATALIST_
META - DATA_
META - DD_META
- DEL_
META - DETAILS_
META - DFN_
META - DIALOG_
META - DIV_
META - DL_META
- DT_META
- EMBED_
META - EM_META
- FIELDSET_
META - FIGCAPTION_
META - FIGURE_
META - FOOTER_
META - FORM_
META - H1_META
- H2_META
- H3_META
- H4_META
- H5_META
- H6_META
- HEADER_
META - HEAD_
META - HGROUP_
META - HR_META
- HTML_
META - IFRAME_
META - IMG_
META - INPUT_
META - INS_
META - I_META
- KBD_
META - LABEL_
META - LEGEND_
META - LINK_
META - LI_META
- MAIN_
META - MAP_
META - MARK_
META - MENU_
META - METADB
- META_
META - METER_
META - NAV_
META - NOSCRIPT_
META - OBJECT_
META - OL_META
- OPTGROUP_
META - OPTION_
META - OUTPUT_
META - PICTURE_
META - PRE_
META - PROGRESS_
META - P_META
- Q_META
- RP_META
- RT_META
- RUBY_
META - SAMP_
META - SCRIPT_
META - SEARCH_
META - SECTION_
META - SELECT_
META - SLOT_
META - SMALL_
META - SOURCE_
META - SPAN_
META - STRONG_
META - STYLE_
META - SUB_
META - SUMMARY_
META - SUP_
META - S_META
- TABLE_
META - TBODY_
META - TD_META
- TEMPLATE_
META - TEXTAREA_
META - TFOOT_
META - THEAD_
META - TH_META
- TIME_
META - TITLE_
META - TRACK_
META - TR_META
- UL_META
- U_META
- VAR_
META - VIDEO_
META - WBR_
META