Skip to main content

read_raw_string

Function read_raw_string 

Source
pub fn read_raw_string<R: Read>(reader: &mut R, size: usize) -> Result<String>
Expand description

Reads a raw string of known length (no length prefix, no null terminator).