Modules§
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 anHtml
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 defaultreqwest::Client
. If you want to use the [reqwest::blocking::Client
], please use the [crate::get_blocking_favicons_from_url
] instead.