Convert to library

This commit is contained in:
Jeremy Soller 2024-02-01 15:14:14 -07:00
parent d6c58991c0
commit 87ad2f7dd9
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
8 changed files with 1377 additions and 1335 deletions

View file

@ -1,7 +1,7 @@
use cosmic::iced::futures::{channel::mpsc, SinkExt};
use std::{error::Error, future::Future, io, path::PathBuf, time};
use crate::Message;
use crate::app::Message;
fn err_str<T: ToString>(err: T) -> String {
err.to_string()