summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 19:26:55 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 19:26:55 +0200
commit647c256cfb10cd05e68309c1754dc870db285942 (patch)
tree0b853572c956e56bc676366c6a14b281004f7f22 /src
parent9c6cb15c7edf42bf1ef79c7eb3c241544209fe24 (diff)
Fix API docs
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
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;