read_file_range

Function read_file_range 

Source
pub async fn read_file_range(
    path: &str,
    start_line: Option<usize>,
    end_line: Option<usize>,
) -> Result<String>
Expand description

Read a file asynchronously with an optional line range.