Module cap_std::net

source ·
Available on non-WASI only.
Expand description

A capability-based network API modeled after std::net.

This corresponds to std::net.

Instead of std::net’s constructor methods which take an address to connect to, this crates has methods on Pool which operate on addresses which must be present in the pool.

Structs

Enums

Traits