We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe000d commit 9f566d1Copy full SHA for 9f566d1
system-configuration-sys/src/lib.rs
@@ -12,6 +12,7 @@
12
//! [SystemConfiguration]: https://developer.apple.com/documentation/systemconfiguration?language=objc
13
//! [`system-configuration`]: https://crates.io/crates/system-configuration
14
15
+#![no_std]
16
#![allow(non_camel_case_types)]
17
#![allow(non_upper_case_globals)]
18
#![allow(non_snake_case)]
0 commit comments