system-configuration 0.6.1

Bindings to SystemConfiguration framework for macOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## 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!

[SystemConfiguration]: https://developer.apple.com/documentation/systemconfiguration?language=objc
[`system-configuration-sys`]: https://crates.io/crates/system-configuration-sys

License: MIT/Apache-2.0