Docs.rs
http-file-0.2.0
http-file 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fakeshadow
Dependencies
bytes ^1.4
normal
futures-core ^0.3.25
normal
http ^1
normal
http-range-header ^0.4
normal
httpdate ^1.0.2
normal
mime_guess ^2.0.4
normal
percent-encoding ^2.2.0
normal
pin-project-lite ^0.2.9
normal
tokio ^1.30
normal
optional
tokio-uring ^0.5
normal
optional
futures ^0.3
dev
tokio ^1.30
dev
Versions
71.88%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
http_
file
0.2.0
Module runtime
Module Items
Traits
In crate http_
file
http_file
Module
runtime
Copy item path
Source
Expand description
runtime module contains traits for introducing custom async file system impl.
Traits
ยง
AsyncFs
trait for generic over async file systems.
Chunk
Read
trait for async chunk read from file.
Meta
trait for generic over file metadata.