separate client and wrap as lib

This commit is contained in:
Raptorox 2026-07-27 22:26:20 +02:00
parent d3a7cebc13
commit b7669181a1
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
3 changed files with 114 additions and 110 deletions

2
src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
mod client;
pub use client::RconClient;