Simple TCP server for clients written in Rust 🦀 with plugins support.
Go to file
MedzikUser 533769abbc
configure renovate
2022-06-16 19:31:56 +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
renovate.json configure renovate 2022-06-16 19:31:56 +02:00