Registry / networking / system-configuration

system-configuration

JSON →
library0.7.0rscratesunverified

Bindings to the SystemConfiguration framework for macOS, enabling network configuration access.

# Cargo.toml [dependencies] system-configuration = "0.7.0"
INSTALL
IMPORT
SIG · SYSTEM-CONFIGURATI
S
system-configuration
networkingrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SCDynamicStore
✓ use system_configuration::dynamic_store::SCDynamicStore;

Creates a dynamic store to monitor macOS network configuration changes.

use system_configuration::dynamic_store::SCDynamicStore; fn main() { let store = SCDynamicStore::new(None, "test", None).unwrap(); println!("Store created: {:?}", store); }
Debug
Known issues
gotchamacOS only, not available on other platforms
fix
Use conditional compilation with #[cfg(target_os = "macos")]
affects: >=0.7.0
Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
system-configuration — cargo add system-configuration · libregistry