[][src]Function cargo_metadata::parse_messages

pub fn parse_messages<R: Read>(
    input: R
) -> StreamDeserializer<'static, IoRead<R>, Message>

Creates an iterator of Message from a Read outputting a stream of JSON messages. For usage information, look at the top-level documentation.