io-webdav 0.1.0

WebDAV client library for Rust
Documentation
1
2
3
4
5
6
//! RFC 6352: CardDAV, vCard Extensions to WebDAV.
//!
//! <https://www.rfc-editor.org/rfc/rfc6352>

pub mod addressbook;
pub mod card;