debian_analyzer::benfile

Function read_benfile

Source
pub fn read_benfile<R: Read>(reader: R) -> Result<Vec<Assignment>, String>
Expand description

Read a benfile from a reader and return a vector of assignments.