Module miow::net

source ·
Expand description

Extensions and types for the standard networking primitives.

This module contains a number of extension traits for the types in std::net for Windows-specific functionality.

Structs

  • The parsed return value of AcceptAddrsBuf.
  • A type to represent a buffer in which an accepted socket’s address will be stored.
  • A type to represent a buffer in which a socket address will be stored.

Traits

  • Additional methods for the TcpListener type in the standard library.
  • Additional methods for the TcpStream type in the standard library.
  • Additional methods for the UdpSocket type in the standard library.