renamed host module to std module

This commit is contained in:
2023-09-16 21:28:22 +02:00
parent e3043ce2d7
commit 51e31f70f7
7 changed files with 10 additions and 8 deletions

@ -0,0 +1,5 @@
//! Helper modules intended to be used on systems with a full [std] runtime.
pub mod tcp_server;
pub mod udp_server;
mod tcp_with_cobs_server;