Function cargo_metadata::parse_messages
source ยท pub fn parse_messages<R: Read>(
input: R,
) -> StreamDeserializer<'static, IoRead<R>, Message> โ
๐Deprecated: Use Message::parse_stream instead
Expand description
Creates an iterator of Message from a Read outputting a stream of JSON messages. For usage information, look at the top-level documentation.