wevdav-request
webdav-request a lightweight webdav client library, based on reqwest.
WARNING
This is a library under development and is not stable.
Getting Started
use DavClient;
const WEBDAV_URL: &str = "https://your.webdav.com";
const USERNAME: &str = "name";
const PASSWORD: &str = "password";
async