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 a148dfb commit 737cedbCopy full SHA for 737cedb
src/lib.rs
@@ -46,7 +46,7 @@ extern crate libc;
46
extern crate winapi;
47
48
#[cfg(any(feature = "default", feature = "proxy"))]
49
-mod socks;
+pub mod socks;
50
51
mod api;
52
mod batch;
0 commit comments