Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Vec<Event>
Expand description

Parse a complete document to a Vec<Event> (convenience over the streaming API).