7 releases (2 stable)
1.0.1 | Aug 31, 2024 |
---|---|
1.0.0 | Dec 21, 2023 |
0.1.4 | Dec 12, 2023 |
0.1.3 | Nov 27, 2023 |
#3 in #vcard
34KB
727 lines
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.