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