aboutsummaryrefslogblamecommitdiff
path: root/aero-ical/src/lib.rs
blob: 696010a1c9db0baf066701b3e7c2f079933483a5 (plain) (tree)
1
2
3
4
5
6
7
8




                                                          

               
              
/// The iCalendar module is not yet properly rewritten
/// Instead we heavily rely on the icalendar library
/// However, for many reason, it's not satisfying:
/// the goal will be to rewrite it in the end so it better
/// integrates into Aerogramme
pub mod parser;
pub mod query;
pub mod prune;