calico 0.1.0

A parser, printer, and data model for iCalendar.
Documentation
1
2
3
4
5
6
7
8
9
//! A [`winnow`]-based RFC 5545 parser implementation.

pub mod component;
pub mod error;
pub mod escaped;
pub mod parameter;
pub mod primitive;
pub mod property;
pub mod rrule;