pub fn read_data_file(path: impl AsRef<Path>) -> String
Returns the contents of the data file at path.
path
This function will panic if the file does not exist or is otherwise unreadable.