Crate ical[][src]

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

Read and unfold a line from a BufRead.

Wrapper around PropertyParser

Parse the result of LineReader into parts.