Re-exports§
pub use microformats_types as types;
Modules§
Enums§
Functions§
- from_
html - Parses the provided HTML into a
types::Document
resolved with the proviedd URL. - from_
reader - Parses the HTML stored in the provided reader into a
types::Document
resolved with the provided URL.