webdav-handler 0.2.0

handler for the HTTP and Webdav protocols with filesystem backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

VERSION=$(sed -ne 's!^version *= *"\(.*\)".*!\1!p' Cargo.toml)
DOCS="https://docs.rs/webdav-handler/$VERSION/webdav_handler"

if ! fgrep "$VERSION" src/lib.rs >/dev/null
then
	echo "WARNING: html_root_url in src/lib.rs out of date"
fi

cargo readme |
	sed -e 's!^\(.*\]: \)\(.*\.html\)$!\1'"$DOCS"'/\2!' > README.md