Skip to content

Commit

Permalink
chore: export some important stuff in top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Feb 28, 2025
1 parent f0811d7 commit bcf5544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/p2p-impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ pub mod config;
pub mod constants;
pub mod message_handler;

pub use bootstrap::bootstrap;
pub use config::Configuration;
pub use message_handler::MessageHandler;

#[cfg(test)]
mod tests {
use std::sync::LazyLock;
Expand Down

0 comments on commit bcf5544

Please sign in to comment.