diff --git a/src/modules/mod.rs b/src/modules/mod.rs index 833edb5..63583f7 100644 --- a/src/modules/mod.rs +++ b/src/modules/mod.rs @@ -1,6 +1,7 @@ pub mod message_handler; pub mod states_io_handler; +pub mod socket_handler; pub mod stream_states { pub mod stream_states_class; diff --git a/src/modules/socket_handler.rs b/src/modules/socket_handler.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/tests/mod.rs b/src/tests/mod.rs index a1b3df0..b33b440 100644 --- a/src/tests/mod.rs +++ b/src/tests/mod.rs @@ -7,4 +7,6 @@ pub mod stream_states_tests; #[cfg(test)] pub mod message_handler_tests; #[cfg(test)] -pub mod states_io_handler_tests; \ No newline at end of file +pub mod states_io_handler_tests; +#[cfg(test)] +pub mod socket_handler_tests; \ No newline at end of file diff --git a/src/tests/socket_handler_tests.rs b/src/tests/socket_handler_tests.rs new file mode 100644 index 0000000..139597f --- /dev/null +++ b/src/tests/socket_handler_tests.rs @@ -0,0 +1,2 @@ + +