Generically support external thumbnailers
This commit is contained in:
parent
e236023561
commit
898823f69c
3 changed files with 214 additions and 57 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue