satrs-core/src/hal
5
satrs-core/src/hal/std/mod.rs
Normal file
5
satrs-core/src/hal/std/mod.rs
Normal file
@ -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;
|
Reference in New Issue
Block a user