Simple TCP server for clients written in Rust 🦀 with plugins support.
Go to file
MedzikUser 6330c4758d
chore(release): v0.1.0
2022-06-17 14:15:09 +02:00
.github/workflows ci: setup release build 2022-06-17 13:58:53 +02:00
plugin_test add event manager 2022-06-16 19:31:09 +02:00
src ci: setup release build 2022-06-17 13:58:53 +02:00
.gitignore gitignore: drop .vscode directory 2022-06-04 20:12:00 +02:00
CHANGELOG.md chore(release): v0.1.0 2022-06-17 14:15:09 +02:00
Cargo.lock fix(deps): update rust crate clap to 3.2.5 2022-06-17 02:15:27 +00:00
Cargo.toml chore(release): v0.1.0 2022-06-17 14:15:09 +02:00
Cross.toml ci: setup release build 2022-06-17 13:58:53 +02:00
LICENSE initial commit 2022-06-04 13:58:21 +02:00
README.md doc: update readme 2022-06-17 11:45:38 +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

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