Crate rust_tcp_sever

Source
Expand description

A simple and lightweight crate for launching and using a server.

Re-exports§

Modules§

  • Clean server.
  • HTTP server.
  • The remaining files for the server to work.

Structs§

  • A TCP socket server, listening for connections.
  • A TCP stream between a local and a remote socket.