Expand description
§remotefs-webdav
remotefs is a library that provides a client implementation of Remotefs-rs for the WebDAV protocol as specified in RFC4918.
§Get started
First of all you need to add remotefs and remotefs-webdav to your project dependencies:
[dependencies]
remotefs = "^0.3"
remotefs-webdav = "^0.2"
these features are supported:
no-log
: disable logging. By default, this library will log via thelog
crate.
Structs§
- WebDAV remote fs client