open_buffered

Function open_buffered 

Source
pub async fn open_buffered(
    path: impl AsRef<Path>,
    capacity: usize,
) -> ToolResult<BufReader<File>>
Expand description

Opens a file for buffered reading.