Jonathan Bernard c4717b4b00 Date types default to date-time as specified.
- `parseDateOrDateTime attempts to parse times starting from the most
  specific (date and time) to least specific.
- `set` and `add` functions allow adding multiple content items at once
  using varargs.
2023-04-15 07:03:24 -05:00
2023-04-15 06:58:57 -05:00
2023-04-05 09:42:16 -05:00

VCard

nim-vcard is a purr-nim imolementation of the VCard format defined in RFCs 2425 and 2426. It allows you to parse and serialize VCards, as well as create VCards programmatically. It aims to be a complete implememtation, supporting all of the features of the VCard3 standard. Because the standard provides many features that may be rarely used, this library also provides a simolified API for more typical use-cases.

Future Goals

  • VCard 4.0 support

Debugging

Need to clean up and organize

Run tlexer tests in gdb:

$ cd tests
$ nim --debuginfo --linedir:on c tlexer
$ gdb --tui tlexer
Description
No description provided
Readme 220 KiB
Languages
Nim 99.4%
Makefile 0.6%