Docs.rs
http-fs-2.0.1
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
http-fs 2.0.1
HTTP File Service library
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
97
out of
97
items documented
1
out of
61
items with examples
Size
Source code size: 80.8 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 7.86 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Douman/http-fs
2
1
0
crates.io
Dependencies
bytes ^1.5
normal
etag ^4
normal
http ^1
normal
httpdate ^1
normal
hyper ^1
normal
optional
mime ^0.3
normal
mime_guess ^2.0.0
normal
percent-encoding ^2
normal
tokio ^1
normal
optional
v_htmlescape ^0.15
normal
Versions
2.0.1
(2023/11/16)
2.0.0
(2023/11/16)
2.0.0-alpha.2
(2023/09/16)
2.0.0-alpha.1
(2023/09/15)
2.0.0-alpha.0
(2023/09/14)
1.0.0
(2019/08/22)
0.5.0
(2019/04/05)
0.4.0
(2019/03/24)
0.3.0
(2019/03/24)
0.2.0
(2019/03/05)
0.1.0
(2019/03/05)
Owners
http-fs
Features
tokio
- Enables
tokio
runtime integration. Enables
rt
.
hyper
- Enables
hyper
integration. Enables
http1
and
server
features.