This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
Releases: Peltoche/ical-rs
Releases · Peltoche/ical-rs
0.02.1
0.2.0
- 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.