We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1400616 commit dc34988Copy full SHA for dc34988
1 file changed
src/lib.rs
@@ -26,15 +26,15 @@
26
27
mod access;
28
mod error;
29
-pub mod event;
+mod event;
30
mod hex_utils;
31
mod io_utils;
32
mod logger;
33
mod peer_store;
34
35
use access::ChainAccess;
36
pub use error::Error;
37
-use event::Event;
+pub use event::Event;
38
use event::{EventHandler, EventQueue};
39
use peer_store::{PeerInfo, PeerInfoStorage};
40
0 commit comments