ruma::html

Module matrix

Source
Available on crate features html and matrix only.
Expand description

Types to work with HTML elements and attributes suggested by the Matrix Specification.

Structs§

AnchorData
The supported data of a <a> HTML element.
CodeData
The supported data of a <code> HTML element.
DivData
The supported data of a <div> HTML element.
HeadingData
The supported data of a <h1>-<h6> HTML element.
HeadingLevel
The level of a heading element.
ImageData
The supported data of a <img> HTML element.
MatrixElementData
The data of a Matrix HTML element.
OrderedListData
The supported data of a <ol> HTML element.
SpanData
The supported data of a <span> HTML element.

Enums§

AnchorUri
A URI as a value for the href attribute of a <a> HTML element.
MatrixElement
A Matrix HTML element.