Crate microformats_types

Source

Modules§

temporal

Structs§

Document
Represents a parsed document of Microformats items and its relating rel links.
Fragment
Represents markup and the plain text representation accompanying it. https://microformats.org/wiki/microformats2-parsing#parsing_a_e-_property
Image
Represents the structured form of an image. https://microformats.org/wiki/microformats2-parsing#parse_an_img_element_for_src_and_alt
Item
Represents the structured form of an ‘object’ in Microformats.
Items
Relation
Relations
Url
A parsed URL record.

Enums§

Class
Represents a Microformat class. https://microformats.org/wiki/Category:Draft_Specifications
Error
KnownClass
A concrete reference of the supported Microformats class by this library.
PropertyValue
Represents the multiple forms in which a property’s value is represented.
ValueKind

Traits§

FindItemById
FindItemByProperty
FindItemByUrl

Type Aliases§

NodeList
A helper type for representing a list of property values.
Properties
A helper type for representing a map of named property values.