1
2
3
4
5
#![crate_name = "hd44780"]
#![crate_type = "lib"]

pub mod core;
pub mod hosts;