Turning calendars into Arc<Mutex>

This commit is contained in:
daladim 2021-03-18 23:59:06 +01:00
parent d07a2b9493
commit 060f33b4bd
8 changed files with 199 additions and 91 deletions

View file

@ -1,4 +1,5 @@
pub mod cached_calendar;
pub mod remote_calendar;
use std::convert::TryFrom;
use std::error::Error;