1
2
3
4
5
6
// Generate docs from readme
#![doc = include_str!("../README.md")]

pub mod control;
pub mod input;
pub mod read;