vparser

Crates.iovparser
lib.rsvparser
version1.0.1
sourcesrc
created_at2023-11-27 06:32:14.807389
updated_at2024-08-31 09:06:42.646265
descriptionLow-level non-validating icalendar/vcard parser.
homepagehttps://sr.ht/~whynothugo/vdirsyncer-rs
repository
max_upload_size
id1050019
size34,566
Hugo (WhyNotHugo)

documentation

README

vparser

Source | Issues | Patches | Chat

A low-level icalendar and vcard parser.

  • Gracefully handle invalid or malformed data.
  • Handles large amount of data without unnecessary copies.
  • Does not interpret the internal data in calendar components or contact data inside of vcards.

This library is likely too low level 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.

Requirements

vparser requires Rust and Cargo to built. It has no additional build or runtime dependencies. It is technically usable in a no_std environment, although that is unlikely to be of much use.

Documentation

The API documentation is available online at docs.rs. It can also be rendered locally using cargo doc.

For additional design notes, see this article written during its development

Licence

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

Commit count: 0

cargo fmt