use peanuts::xml::parsers::Parser; use peanuts::xml::Document; fn main() { let document = Document::parse( " Background Mark 1 Background Mark 2 Background Mark 3 ahsdkjlfhasdlkjfhkljh ", ); println!("{:#?}", document); }