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 d14ba09 commit 8bd0014Copy full SHA for 8bd0014
src/raw/mod.rs
@@ -3,5 +3,7 @@
3
#![allow(non_snake_case)]
4
#![allow(dead_code)]
5
6
-mod bindings;
+pub mod bindings {
7
+ include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
8
+}
9
pub use self::bindings::*;
0 commit comments