Skip to main content

read_memory_file

Function read_memory_file 

Source
pub fn read_memory_file(
    workspace: &Path,
    relative_path: &str,
    from_line: Option<usize>,
    num_lines: Option<usize>,
) -> Result<String, String>
Expand description

Read specific lines from a memory file.