Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hexilee/async-postgres
/ socket.rs
File
socket.rs
src/socket.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_std::io::{self, Read, Write};
2
use std::mem::MaybeUninit;
3
use std::pin::Pin;
4
use std::task::{Context, Poll};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected