use std::io::Read; mod file; mod map; mod bot; mod demo; pub fn read(input:R)->Result{ Err(file::Error::Header(file::HeaderError::InvalidMagic)) } #[cfg(test)] mod tests { //use super::*; #[test] fn test() { } }