Generically support external thumbnailers

This commit is contained in:
Jeremy Soller 2024-09-25 14:18:28 -06:00
parent e236023561
commit 898823f69c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 214 additions and 57 deletions

View file

@ -24,6 +24,7 @@ mod operation;
mod spawn_detached;
use tab::Location;
pub mod tab;
mod thumbnailer;
pub(crate) fn err_str<T: ToString>(err: T) -> String {
err.to_string()