serdir 0.3.0

helpers for conditional GET, HEAD, byte range serving, and gzip content encoding for static files and more with hyper and tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 0.3.0

- Improved examples, including adding more CLI options and adding an example
with use of raw `ServedDir` APis with hyper.
- Security fixes related to path traversal on Windows.
- Replaced unmaintained `winapi` dependency with `windows-sys`
- Optimized and hardened CI configuration
- Increased test coverage
- Eliminated `memchr` dependency

# 0.2.1

First public release (doc improvements for yanked 0.2.0 release)