#macos #bindings #configuration #low-level #system

sys system-configuration-sys

Low level bindings to SystemConfiguration framework for macOS

6 releases (breaking)

0.6.0 Jan 31, 2024
0.5.0 Jan 4, 2022
0.4.1 Jun 4, 2020
0.3.0 Oct 16, 2019
0.1.0 Feb 1, 2018

#104 in macOS and iOS APIs

Download history 172714/week @ 2023-12-20 167658/week @ 2023-12-27 247591/week @ 2024-01-03 256588/week @ 2024-01-10 307850/week @ 2024-01-17 301908/week @ 2024-01-24 308968/week @ 2024-01-31 297990/week @ 2024-02-07 299141/week @ 2024-02-14 305164/week @ 2024-02-21 317332/week @ 2024-02-28 352465/week @ 2024-03-06 340996/week @ 2024-03-13 344127/week @ 2024-03-20 304599/week @ 2024-03-27 289087/week @ 2024-04-03

1,348,945 downloads per month
Used in 9,750 crates (4 directly)

MIT/Apache

44KB
844 lines

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!

License: MIT/Apache-2.0


lib.rs:

Low level bindings to the Apple SystemConfiguration framework. Generated with bindgen. For a safe, higher level, API, check out the system-configuration crate.

Dependencies

~225KB