networkframework 0.9.0

Safe Rust bindings for Apple's Network.framework — modern, post-CFNetwork TCP / UDP / TLS / Bonjour networking on macOS
Documentation
1
2
3
//! Connection-oriented helpers and aliases.

pub use crate::client::{ContentContext, ReceivedContent, TcpClient as Connection};