Add caching for thumbnails based and freedesktop.org spec
This commit is contained in:
parent
e4ffec63a1
commit
489eb2a066
5 changed files with 505 additions and 36 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue