solana/streamer/src/lib.rs

12 lines
183 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod packet;
pub mod recvmmsg;
pub mod sendmmsg;
pub mod streamer;
#[macro_use]
extern crate log;
#[macro_use]
extern crate solana_metrics;