We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50681dd commit 45ff98eCopy full SHA for 45ff98e
.gitignore
@@ -5,4 +5,5 @@
5
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
6
Cargo.lock
7
8
-/.idea/
+/.idea/
9
+/.vscode/
lib.rs
@@ -1,9 +1,7 @@
1
-#![allow(non_camel_case_types,
2
- non_upper_case_globals,
3
- non_snake_case)]
+#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
4
include!("bindings.rs");
-#[cfg(target_os="macos")]
+#[cfg(target_os = "macos")]
#[link(name = "Foundation", kind = "framework")]
-extern { }
+extern "C" {}
0 commit comments