vparser

Crates.iovparser
lib.rsvparser
version1.0.0
sourcesrc
created_at2023-11-27 06:32:14.807389
updated_at2023-12-21 13:32:16.125932
descriptionLow-level non-validating icalendar/vcard parser.
homepagehttps://sr.ht/~whynothugo/vdirsyncer-rs
repository
max_upload_size
id1050019
size31,919
Hugo (WhyNotHugo)

documentation

README

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.

Commit count: 0

cargo fmt