pub async fn read_file(path: impl AsRef<Path>) -> Result<String>
Native implementation of file read using async tokio IO.