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