Simple TCP server for clients written in Rust 🦀 with plugins support.
Go to file
MedzikUser a4c355f789
doc: add readme
2022-06-16 20:22:30 +02:00
.github/workflows add plugin, comment code and setup ci 2022-06-04 20:10:21 +02:00
plugin_test add event manager 2022-06-16 19:31:09 +02:00
src add event manager 2022-06-16 19:31:09 +02:00
.gitignore gitignore: drop .vscode directory 2022-06-04 20:12:00 +02:00
Cargo.lock `Client` change `async fn` to `fn`, because `async` is not used 2022-06-05 23:13:14 +02:00
Cargo.toml `Client` change `async fn` to `fn`, because `async` is not used 2022-06-05 23:13:14 +02:00
LICENSE initial commit 2022-06-04 13:58:21 +02:00
README.md doc: add readme 2022-06-16 20:22:30 +02:00
renovate.json configure renovate 2022-06-16 19:31:56 +02:00

README.md

Servers - Simple TCP server

docs-rs total-lines code-size ci

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