system-configuration-rs
system-configuration-rs copied to clipboard
Bindings to System Configuration framework for macOS
Hey @dlon, @faern and @pinkisemils (and CC @pronebird). I maintain a crate called [`objc2-system-configuration`](https://docs.rs/objc2-system-configuration/) which is similar to `system-configuration-sys`. I was wondering if you'd be interested in using this crate...
Implements https://github.com/mullvad/system-configuration-rs/issues/69. This requires an MSRV bump to 1.71 (to get access to `extern "C-unwind"`). Replaces https://github.com/mullvad/system-configuration-rs/pull/68. I have [a branch](https://github.com/madsmtm/system-configuration-rs/tree/remove-sys) for removing the `*-sys` crate altogether, but that should...
Added bindings for `SystemConfiguration.framework/Headers/SystemConfiguration.h` The changes in `generate_bindings.sh` are 1) add the rest of the headers in `SystemConfiguration.framework/Headers` as commented out variables (and fix order) 2) move around the bindgen...