satrs 0.2.1

A framework to build software for remote systems
Documentation
1
2
3
4
5
6
//! Helper modules intended to be used on systems with a full [std] runtime.
pub mod tcp_server;
pub mod udp_server;

mod tcp_cobs_server;
mod tcp_spacepackets_server;