Crate libdav

source ·
Expand description

This library contains caldav and carddav clients.

See CalDavClient and CardDavClient as a useful entry points.

Both clients implement Deref<Target = DavClient>, so all the associated functions for dav::WebDavClient are usable directly.

Modules

  • Authentication-related types.
  • Generic webdav implementation.
  • Helpers for DNS-based discovery.
  • Helpers for parsing XML responses returned by WebDav/CalDav/CardDav servers.

Structs

Enums