Peltoche / ical-rs

Rust parser for ics (rfc5545) and vcard (rfc6350)
Apache License 2.0
110 stars 21 forks source link

Documentation is missing some things #26

Closed matthiasbeyer closed 6 years ago

matthiasbeyer commented 7 years ago

The linked documentation points to 0.3.0, which seems not to be the latest version of this crate.

The documentation for 0.4.0 over at docs.rs is missing some things, mainly the IcalCalendar type which is yielded by iterating over the IcalParser type, but maybe also more.

Peltoche commented 6 years ago

Hi @matthiasbeyer,

Thanks for the report. I have resolved the issue by changing the documentation link for the doc.rs website.