sat-rs/satrs-example/src/interface/mod.rs
Robin Mueller 0bbada90ef
Some checks are pending
Rust/sat-rs/pipeline/head Build started...
improve example structure
2024-04-10 12:58:51 +02:00

4 lines
113 B
Rust

//! This module contains all component related to the direct interface of the example.
pub mod tcp;
pub mod udp;