about summary refs log tree commit diff
path: root/library/std/src/os/wasi/net/mod.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2022-01-28wasi: enable TcpListener and TcpStreamHarald Hoyer-0/+20
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-5/+0
2021-08-19I/O safety.Dan Gohman-0/+8