pub fn parse_agents<R: Read>(input: R, count: u32) -> ParseResult<Vec<Agent>>Expand description
Parse the agent array.
This function expects the cursor to be right at the first byte of the agent array.
input- Input stream.count- Number of agents (found in the header).