{"id":71839,"library":"system-configuration","title":"system-configuration","description":"Bindings to the SystemConfiguration framework for macOS, enabling network configuration access.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/mullvad/system-configuration-rs","tags":["macos","network","system","configuration","bindings"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsystem-configuration = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add system-configuration","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SCDynamicStore","correct":"use system_configuration::dynamic_store::SCDynamicStore;"}],"quickstart":{"code":"use system_configuration::dynamic_store::SCDynamicStore;\n\nfn main() {\n    let store = SCDynamicStore::new(None, \"test\", None).unwrap();\n    println!(\"Store created: {:?}\", store);\n}","lang":"rust","description":"Creates a dynamic store to monitor macOS network configuration changes."},"warnings":[{"fix":"Use conditional compilation with #[cfg(target_os = \"macos\")]","message":"macOS only, not available on other platforms","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'access':14 'bind':4,19 'configur':3,13,18 'enabl':11 'framework':8 'maco':10,15 'network':12,16 'system':2,17 'system-configur':1 'systemconfigur':7","created_at":"2026-06-17T18:31:59.623865+00:00","updated_at":"2026-06-17T18:31:59.623865+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mullvad/system-configuration-rs","github":"https://github.com/mullvad/system-configuration-rs","docs":"https://docs.rs/system-configuration/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}