ragit_fs

Function read_bytes_offset

source
pub fn read_bytes_offset(
    path: &str,
    from: u64,
    to: u64,
) -> Result<Vec<u8>, FileError>
Expand description

if it fails to read from from, that’s an error
if it fails to read to to, that’s not an error