Docs.rs
postgres-proto-rs-0.1.0
postgres-proto-rs 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zain-kabani
Dependencies
bytes ^1
normal
log ^0.4.17
normal
num-derive ^0.3.3
normal
num-traits ^0.2
normal
tokio ^1
normal
tokio ^1
dev
Versions
0%
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
postgres_
proto_
rs
0.1.0
In postgres_
proto_
rs::
network::
standard
postgres_proto_rs
::
network
::
standard
Function
read_message_bytes
Copy item path
Source
pub fn read_message_bytes<S>(stream:
&mut S
) ->
Result
<(
u8
,
BytesMut
),
Error
>
where S:
Read
+
Unpin
,