parse_board_file

Function parse_board_file 

Source
pub fn parse_board_file(file_path: &str) -> Result<BoardPanel, String>
Expand description

Take in the path a board or panel .emn file and return a Board struct.