solana/src/lib.rs

6 lines
126 B
Rust
Raw Normal View History

2018-02-14 13:19:30 -08:00
#![cfg_attr(feature = "unstable", feature(test))]
2018-02-18 08:59:15 -08:00
pub mod log;
pub mod historian;
2018-02-14 13:19:30 -08:00
extern crate itertools;
extern crate rayon;