Docs.rs
veyron-wire-0.1.1
veyron-wire 0.1.1
Permalink
Docs.rs crate page
MIT
04 July 2026
Links
Repository
crates.io
Source
Owners
MrSolusdev
Dependencies
crc32fast ^1
normal
hkdf ^0.12
normal
hmac ^0.12
normal
nix ^0.31
normal
prost ^0.13
normal
sha2 ^0.10
normal
tokio ^1
normal
zstd ^0.13
normal
prost-build ^0.13
build
Versions
50.72%
of the crate is documented
Platform
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
Skip to main content
read_frame
veyron_
wire
0.1.1
In veyron_
wire::
framing
veyron_wire
::
framing
Function
read_
frame
Copy item path
Source
pub async fn read_frame<R>(stream:
&mut R
) ->
Result
<
Frame
,
WireError
>
where R:
AsyncRead
+
Unpin
,