yerba 0.5.1

YAML Editing and Refactoring with Better Accuracy
1
2
3
4
5
use yerba::Document;

pub fn parse(yaml: &str) -> Document {
  Document::parse(yaml).unwrap()
}