servers/README.md

1.2 KiB

Servers - Simple TCP server

docs-rs total-lines code-size ci

image

A simple TCP server for client written in Rust 🦀 which can be extended with plugins.

👨‍💻 Building

First clone the repository: git clone https://github.com/MedzikUser/servers.git

Requirements

  • Rust

To build run the command: cargo build --release

The compiled binary can be found in ./target/release/servers