separate client and wrap as lib
This commit is contained in:
parent
d3a7cebc13
commit
b7669181a1
3 changed files with 114 additions and 110 deletions
2
src/lib.rs
Normal file
2
src/lib.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
mod client;
|
||||
pub use client::RconClient;
|
||||
Loading…
Add table
Add a link
Reference in a new issue