solana/src/lib.rs

6 lines
126 B
Rust
Raw Normal View History

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