1// Generate docs from readme 2#![doc = include_str!("../README.md")] 3 4pub mod control; 5pub mod input; 6pub mod read; 7pub mod styled;