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 23dc7a3 commit 64c056bCopy full SHA for 64c056b
edge-nal-std/src/lib.rs
@@ -22,7 +22,7 @@ use edge_nal::{
22
TcpSplit, UdpBind, UdpConnect, UdpReceive, UdpSend, UdpSplit,
23
};
24
25
-#[cfg(all(unix, not(target_os = "espidf")))]
+#[cfg(any(target_os = "linux", target_os = "android"))]
26
pub use raw::*;
27
28
#[derive(Default, Clone)]
0 commit comments