veecle-osal-api 0.1.0

Veecle OS operating system abstraction layer API
Documentation
1
2
3
4
5
6
//! Network abstraction layer for TCP and UDP sockets.
//!
//! Provides platform-agnostic traits for network operations.

pub mod tcp;
pub mod udp;