1
2
3
4
5
6
7
8
// Welcome to 2007
#[macro_use]
extern crate lazy_static;

#[macro_use]
extern crate maplit;

pub mod bottom;