rustydav 0.1.1

Small library that can be used to make calls to webdav server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.reqwest]
version = "0.9.18"

[package]
authors = ["Andrei Nagacevschi <andrein_bio@yahoo.com>"]
description = "Small library that can be used to make calls to webdav server"
documentation = "https://docs.rs/rustydav"
edition = "2018"
homepage = "https://github.com/andreinbio/rustydav"
keywords = ["webdav", "rustydav"]
license = "GPL-3.0"
name = "rustydav"
repository = "https://github.com/andreinbio/rustydav"
version = "0.1.1"