rrs_lib::memories

Function read_to_memory

Source
pub fn read_to_memory(
    reader: impl Read,
    memory: &mut impl Memory,
    start_addr: u32,
) -> Result<()>
Expand description

Read bytes from an std::io::Read into a Memory starting at the given address