pub async fn load(path: impl AsRef<Path>) -> Result<impl AsyncBufRead>
Expand description
Load a file at given path, returning an async reader as result
Supports both files and urls
pub async fn load(path: impl AsRef<Path>) -> Result<impl AsyncBufRead>
Load a file at given path, returning an async reader as result
Supports both files and urls