Crate ical

Source
Expand description

ical-daladim

This is a fork of the ical crate, because I needed to tag a version on a specific commit.

You most likely won’t find anything interesting, please use the upstream version instead.

Re-exports§

pub use crate::parser::ical::IcalParser;
pub use crate::parser::vcard::VcardParser;
pub use crate::property::PropertyParser;
pub use crate::line::LineReader;

Modules§

line
Read and unfold a line from a BufRead.
parser
Wrapper around PropertyParser
property
Parse the result of LineReader into parts.