Docs.rs
bhttp-0.7.2
bhttp 0.7.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
martinthomson
Dependencies
futures ^0.3
normal
optional
pin-project ^1.1
normal
optional
thiserror ^2
normal
url ^2
normal
optional
hex ^0.4
dev
Versions
29.73%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ReadSeek
bhttp
0.7.2
Read
Seek
Implementations on Foreign Types
BufReader<T>
Cursor<T>
Implementors
In crate bhttp
bhttp
Trait
Read
Seek
Copy item path
Source
pub trait ReadSeek:
BufRead
+
Seek
{ }
Implementations on Foreign Types
§
Source
§
impl<T>
ReadSeek
for
BufReader
<T>
where T:
Read
+
Seek
,
Source
§
impl<T>
ReadSeek
for
Cursor
<T>
where T:
AsRef
<[
u8
]>,
Implementors
§