From 647c256cfb10cd05e68309c1754dc870db285942 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 27 Apr 2018 19:26:55 +0200 Subject: Fix API docs --- README.md | 15 +-------------- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ee91d33..b285dd2 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,7 @@ This is a parser and generator for the - 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](https://github.com/untitaker/mates.rs), and you're encouraged to test -it and give feedback in the issue tracker. - Sourcecode is available on [GitHub](https://github.com/untitaker/rust-vobject). -The API documentation is [online -available](http://rust-vobject.unterwaditzer.net), or you can build it -yourself: - - make docs - -The testsuite can be run with: - - make test - +The API documentation is [online available](https://docs.rs/vobject/). It is licensed under MIT, see `LICENSE`. diff --git a/src/lib.rs b/src/lib.rs index 737a41f..90e3205 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,3 @@ -// DOCS - #[macro_use] extern crate error_chain; @@ -24,3 +22,5 @@ pub use property::Property; pub use property::escape_chars; pub use property::unescape_chars; +pub use vcard::Vcard; +pub use icalendar::ICalendar; -- cgit v1.2.3