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
4
5
//! Raw FFI ABI surface for advanced callers.
//!
//! Enable the `raw-ffi` feature to opt into this module.

pub use crate::ffi::*;