We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac753 commit c240ecbCopy full SHA for c240ecb
asio-sys/src/lib.rs
@@ -4,6 +4,9 @@
4
extern crate num_derive;
5
extern crate num_traits;
6
7
+#[cfg(asio)]
8
pub mod bindings;
9
10
pub use bindings::errors::{AsioError, LoadDriverError};
11
12
pub use bindings::*;
0 commit comments