veecle_osal_std/net/
mod.rs

1//! Networking abstractions for the std platform.
2
3pub mod tcp;
4pub mod udp;