rust-web-server 9.0.0

Collection of utility functions used to build Rust Web and TLS Server. Can be useful while developing HTTP related functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "file-ext"
version = "9.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b1fd2a427ec2927ff44e2afee5c3198e247ab22a0d0ad72542209bbca53d8a"

[[package]]
name = "rust-web-server"
version = "9.0.0"
dependencies = [
 "file-ext",
]