Major overhaul: more generics!

This commit is contained in:
daladim 2021-03-01 23:39:16 +01:00
parent eaa6d8a61e
commit caaddf910c
12 changed files with 314 additions and 163 deletions

View file

@ -11,7 +11,7 @@
pub mod traits;
pub mod calendar;
pub use calendar::Calendar;
pub use calendar::cached_calendar::CachedCalendar;
mod item;
pub use item::Item;
mod task;