solana/poh/src/lib.rs

11 lines
173 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod poh_recorder;
pub mod poh_service;
#[macro_use]
extern crate solana_metrics;
#[cfg(test)]
#[macro_use]
extern crate matches;