Docs.rs
  • compio-net-0.1.0
    • compio-net 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Berrysoft
    • Dependencies
      • compio-buf ^0.1.0 normal
      • compio-driver ^0.1.0 normal
      • compio-runtime ^0.1.0 normal
      • socket2 ^0.5 normal
      • futures-util ^0.3 dev
      • tempfile ^3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

Crate compio_net

compio_net0.1.0

  • All Items
  • Structs
  • Traits

Crates

  • compio_net
?
Change settings

Crate compio_net

source ·
Expand description

Network related.

Currently, TCP/UDP/Unix socket are implemented.

Structs

  • TcpListener
    A TCP socket server, listening for connections.
  • TcpStream
    A TCP stream between a local and a remote socket.
  • UdpSocket
    A UDP socket.
  • UnixListener
    A Unix socket server, listening for connections.
  • UnixStream
    A Unix stream between two local sockets on Windows & WSL.

Traits

  • ToSockAddrs
    A trait for objects which can be converted or resolved to one or more SockAddr values.

Results

Query parser error: "Unexpected - (did you mean ->?)".