vobject

Crates.iovobject
lib.rsvobject
version0.7.0
sourcesrc
created_at2015-12-16 13:34:45.969887
updated_at2018-11-09 09:44:36.904538
descriptionSimple VObject parsing library.
homepagehttp://rust-vobject.unterwaditzer.net/
repositoryhttps://github.com/untitaker/rust-vobject
max_upload_size
id3675
size65,264
Matthias Beyer (matthiasbeyer)

documentation

http://rust-vobject.unterwaditzer.net/

README

VObject parser and generator for Rust

Build Status

This is a parser and generator for the vCard and iCalendar formats.

  • It doesn't follow all relevant RFCs, and some fundamental things such as property encodings are missing.
  • Consequently, the API is still unstable, and it's hard to predict how it would have to change if new RFCs are implemented.

Sourcecode is available on GitHub. The API documentation is online available.

It is licensed under MIT, see LICENSE.

Commit count: 145

cargo fmt