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 9dc6b05 commit bd45435Copy full SHA for bd45435
src/lib.rs
@@ -27,6 +27,8 @@ pub mod client;
27
28
mod connection;
29
30
+pub use connection::Error as ConnectionError;
31
+
32
#[cfg(feature = "unstable-fuzzing")]
33
pub mod messenger;
34
#[cfg(not(feature = "unstable-fuzzing"))]
0 commit comments