https://github.com/tmpfs/vcard4
Fast and correct vCard parser for RFC6350
https://github.com/tmpfs/vcard4
Last synced: 7 months ago
JSON representation
Fast and correct vCard parser for RFC6350
- Host: GitHub
- URL: https://github.com/tmpfs/vcard4
- Owner: tmpfs
- Created: 2022-11-04T06:15:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T02:25:47.000Z (about 1 year ago)
- Last Synced: 2025-04-10T03:30:07.504Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 433 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vCard
Fast and correct vCard parser based on [RFC6350](https://www.rfc-editor.org/rfc/rfc6350); see the [API documentation](https://docs.rs/vcard4/latest/vcard4/) for more information.
For interoperability with older software the parser will accept input with a `CHARSET` parameter that has a value of `UTF-8`, any other encoding value for `CHARSET` will generate an error. However, this parameter is not part of [RFC6350](https://www.rfc-editor.org/rfc/rfc6350) and is therefore not included in the string output for a vCard.
License is MIT or Apache-2.0.