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_
json_ reader - Parses the JSON stored in the provided reader into a
types::Documentresolved with the provided URL. - from_
json_ string - Parses the provided JSON string into a
types::Document. - from_
reader - Parses the HTML stored in the provided reader into a
types::Documentresolved with the provided URL.