initial commit

This commit is contained in:
yggverse 2024-10-22 20:45:42 +03:00
parent 381a398de1
commit a7083852c3
22 changed files with 446 additions and 15 deletions

10
src/client.rs Normal file
View file

@ -0,0 +1,10 @@
pub mod connection;
pub mod error;
pub mod response;
pub mod socket;
pub use error::Error;
pub use response::Response;
pub use socket::Socket;
// @TODO