lighthouse/benches/main.rs
2018-10-01 16:37:34 +09:30

6 lines
86 B
Rust

#![feature(test)]
extern crate lighthouse;
extern crate tests;
mod block_validation;