contack 0.9.2

A simple and easy contact library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # Read Write
//!
//! This module contains items required for serialisation
//! and deserialisation.

pub mod component;
pub use component::Component;
pub mod error;
pub mod escape;
pub mod vcard;
pub use vcard::VCard;