1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
mod ctx; mod out; mod ws; mod seg; mod util; pub use out::*; pub use ws::*; #[derive(Debug)] pub struct Gks(()); #[derive(Debug)] pub struct ActiveGks(Gks); #[derive(Debug)] pub struct SegmentGks(ActiveGks);