io-webdav 0.1.0

WebDAV client library for Rust
Documentation
1
2
3
4
5
6
//! RFC 4791: Calendaring Extensions to WebDAV (CalDAV).
//!
//! <https://www.rfc-editor.org/rfc/rfc4791>

pub mod calendar;
pub mod item;