1 2 3 4 5
use yerba::Document; pub fn parse(yaml: &str) -> Document { Document::parse(yaml).unwrap() }