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.
2 parents 7776ec0 + f30c37b commit d5766abCopy full SHA for d5766ab
src/lib.rs
@@ -60,5 +60,5 @@ pub use batch::Batch;
60
all(feature = "proxy", feature = "use-rustls")
61
))]
62
pub use client::*;
63
-pub use config::{ConfigBuilder, Socks5Config};
+pub use config::{Config, ConfigBuilder, Socks5Config};
64
pub use types::*;
0 commit comments