vcard
vcard copied to clipboard
A pure Rust implementation of vCard based on RFC 6350.
There's a deprecation warning when compiling with the `phone-number` feature. ``` warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2 ```...
Hi, there is no documentation showing an example how to read a vcard file. Does this library only create them, and not read them into the `VCard` struct? If this...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Per [RFC 9554](https://www.rfc-editor.org/rfc/rfc9554.html#name-pronouns), PRONOUNS is a supported field for vCards. Support is not currently included in the vCard library; at the moment, I have to use an unchecked X-Property, which...