Crate favicon_picker

Source

Modules§

error
selectors

Structs§

Favicon
This is the instance of an website favicon

Functions§

extract_icon_links_from_html
This function allows you to get all <link rel='icon'> on an Html page.
get_default_favicon
This function gives you the default favicon Favicon from a given url
get_default_favicon_url
This function gives you the default favicon Url from a given url
get_favicons_from_url
This will get all existing <link rel='icon'> that are declared in the page. Please note that this not uses the default reqwest::Client. If you want to use the [reqwest::blocking::Client], please use the [crate::get_blocking_favicons_from_url] instead.