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.

Macros§

Structs§

  • A Duration type to represent a span of time, typically used for system timeouts.
  • A TCP socket server, listening for connections.
  • A TCP stream between a local and a remote socket.

Traits§

  • Trait for converting 1 type to another, in the Option wrapper.