added future file, empty for now
This commit is contained in:
parent
48e2fbfd14
commit
b302539831
4 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
pub mod message_handler;
|
pub mod message_handler;
|
||||||
pub mod states_io_handler;
|
pub mod states_io_handler;
|
||||||
|
pub mod socket_handler;
|
||||||
|
|
||||||
pub mod stream_states {
|
pub mod stream_states {
|
||||||
pub mod stream_states_class;
|
pub mod stream_states_class;
|
||||||
|
|
0
src/modules/socket_handler.rs
Normal file
0
src/modules/socket_handler.rs
Normal file
|
@ -7,4 +7,6 @@ pub mod stream_states_tests;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub mod message_handler_tests;
|
pub mod message_handler_tests;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub mod states_io_handler_tests;
|
pub mod states_io_handler_tests;
|
||||||
|
#[cfg(test)]
|
||||||
|
pub mod socket_handler_tests;
|
2
src/tests/socket_handler_tests.rs
Normal file
2
src/tests/socket_handler_tests.rs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue