Docs.rs
pgwire-replication-0.1.1
pgwire-replication 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vnvo
Dependencies
anyhow ^1
normal
base64 ^0.22
normal
optional
bytes ^1
normal
hmac ^0.12
normal
optional
md5 ^0.7
normal
optional
rand ^0.9
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2
normal
optional
sha2 ^0.10
normal
optional
testcontainers ^0.25
normal
optional
thiserror ^1
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
optional
tokio-rustls ^0.26
normal
optional
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
optional
webpki-roots ^0.26
normal
optional
criterion ^0.5
dev
hex ^0.4
dev
proptest ^1
dev
tempfile ^3
dev
tokio-postgres ^0.7
dev
Versions
76.97%
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
write_copy_data
pgwire_
replication
0.1.1
In pgwire_
replication::
protocol::
framing
pgwire_replication
::
protocol
::
framing
Function
write_
copy_
data
Copy item path
Source
pub async fn write_copy_data<W:
AsyncWrite
+
Unpin
>( wr:
&mut W
, payload: &[
u8
], ) ->
Result
<
()
>