Skip to content

gracinet/rust-vobject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Nevertheless, I use it for a simple addressbook script, and you're encouraged to test it and give feedback in the issue tracker.

Sourcecode is available on GitHub. The API documentation is online available, or you can build it yourself:

make docs

The testsuite can be run with:

make test

It is licensed under MIT, see LICENSE.

About

VObject parser and generator for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.8%
  • Makefile 3.2%