Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Releases: Peltoche/ical-rs

0.02.1

04 Dec 12:07
Compare
Choose a tag to compare
  • Add VcardParser (vcard): Take a buffer and structure the content into components.
  • Line Parser is officialy working with vcard format.
  • Add some basic tests on LineReader (vcard).
  • Add some basic tests on LineParser (vcard).
  • Add conditionnal compilation.

0.2.0

03 Dec 15:02
Compare
Choose a tag to compare
  • Add LineReader (ical/vcard): Take a buffer and unfold the content.
  • Add LineParser (ical/vcard): Take a buffer or LineReader and parse the content. Have not been officialy tested with vcard format!
  • Add IcalParser (ical): Take a buffer and structur the content into components.
  • Add some basic tests on LineReader.
  • Add some basic tests on LineParser.
  • Add some documentation.