vparser 0.1.3

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 [introduction article] for design details. -->
<!--  -->
<!-- [introduction article]: https://whynothugo.nl/journal/2023/11/24/vdirsyncer-status-update-november-2023/ -->

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

[API documentation]: https://docs.rs/vparser/

## Licence

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