pub fn load_level_from_reader<R>(reader: R) -> Result<Level, Error>where R: Read,
Load a level from a reader (for backward compatibility)