Skip to content

Commit

Permalink
Expose connection::Error as ConnectionError
Browse files Browse the repository at this point in the history
  • Loading branch information
einarmo committed Jan 23, 2024
1 parent 31108e2 commit 1eba7e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pub mod client;

mod connection;

pub use connection::Error as ConnectionError;

#[cfg(feature = "unstable-fuzzing")]
pub mod messenger;
#[cfg(not(feature = "unstable-fuzzing"))]
Expand Down

0 comments on commit 1eba7e3

Please sign in to comment.