Crate system_configuration

Source
Expand description

§SystemConfiguration bindings

This crate is a high level binding to the Apple SystemConfiguration framework. For low level FFI bindings, check out the system-configuration-sys crate.

This crate only implements a small part of the SystemConfiguration framework so far. If you need a yet unimplemented part, feel free to submit a pull request!

Re-exports§

pub extern crate core_foundation;
pub extern crate system_configuration_sys as sys;

Modules§

dynamic_store
Bindings to SCDynamicStore.
network_configuration
Bindings for SCNetworkConfiguration.
network_reachability
Bindings for SCNetworkReachability
preferences
Bindings to SCPreferences.