added future file, empty for now

This commit is contained in:
Nickiel12 2021-12-17 12:38:28 -08:00
parent 48e2fbfd14
commit b302539831
4 changed files with 6 additions and 1 deletions

View file

@ -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;

View file

View file

@ -8,3 +8,5 @@ pub mod stream_states_tests;
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;

View file

@ -0,0 +1,2 @@