vparser 0.1.0

Low-level non-validating icalendar/vcard parser.
Documentation

vparser

A low-level icalendar and vcard parser. Designed specifically for vdirsyncer which:

  • Does not need to interpret the internal data in calendar components or contact data inside of vcards.
  • Needs to gracefully handle invalid or malformed data.

This library is likely not suitable for calendar applications or other consumers that need to interpret calendar data itself. It is suitable for tools that operate on icalendar components in an opaque manner. E.g.: normalisation, merging components, synchronisation, etc.

Documentation

See the API documentation on docs.rs. It can easily be rendered locally using cargo doc.

Licence

This project is licensed under the ISC licence. See LICENCE for details.