-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathREADME.tpl
27 lines (17 loc) · 905 Bytes
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# {{crate}}
[![Apache-2.0 licensed](https://img.shields.io/badge/license-Apache2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![crates.io](https://meritbadge.herokuapp.com/webdav-handler)](https://crates.io/crates/webdav-handler)
[![Released API docs](https://docs.rs/webdav-handler/badge.svg)](https://docs.rs/webdav-handler)
{{readme}}
### Building.
This crate uses std::future::Future and async/await, so it only works with Rust 1.39 and up.
### Testing.
```
RUST_LOG=webdav_handler=debug cargo run --example sample-litmus-server
```
This will start a server on port 4918, serving an in-memory filesystem.
For other options, run `cargo run --example sample-litmus-server -- --help`
### Copyright and License.
* © 2018, 2019, 2020 XS4ALL Internet bv
* © 2018, 2019, 2020 Miquel van Smoorenburg
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)