Function essential_read::read_solution
source ยท pub async fn read_solution(path: PathBuf) -> Result<Solution>Expand description
Read and deserialize a solution from a file.
Calls check_path_json via call to read_bytes.
pub async fn read_solution(path: PathBuf) -> Result<Solution>Read and deserialize a solution from a file.
Calls check_path_json via call to read_bytes.