vcard4: Complete implementation.

- Parsers and serializers are now present for all property types.
- Tests exist to cover parsing for most value types. Many property types
  share the same parsing logic based on their value type. We have
  created unit tests to cover each value type, not neccesarily all
  properties individually.
This commit is contained in:
2023-05-02 22:37:23 -05:00
parent daa58518e3
commit 98c300fee2
4 changed files with 831 additions and 198 deletions

File diff suppressed because one or more lines are too long