aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: 92267a1cc0478f382b4fe77f51d4be36144596d7 (plain) (blame)
1
2
3
4
5
extern crate libc;

mod screen;

pub use screen::Screen;