Add caching for thumbnails based and freedesktop.org spec

This commit is contained in:
Jason Rodney Hansen 2025-07-05 09:34:03 -06:00 committed by Jeremy Soller
parent e4ffec63a1
commit 489eb2a066
5 changed files with 505 additions and 36 deletions

View file

@ -23,6 +23,7 @@ use tab::Location;
use crate::config::State;
pub mod tab;
mod thumbnail_cacher;
mod thumbnailer;
pub(crate) fn err_str<T: ToString>(err: T) -> String {