📝 Actualiza documentación con favicon propio

This commit is contained in:
Manuel Cillero 2025-07-16 01:04:36 +02:00
parent 4b281a1e96
commit 9bfdf2e9ac
4 changed files with 12 additions and 0 deletions

View file

@ -30,6 +30,10 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
html_favicon_url = "https://git.cillero.es/manuelcillero/pagetop/raw/branch/main/static/favicon.ico"
)]
use std::collections::HashMap;
use std::ops::Deref;