yaml-rust 0.2.2

The missing YAML 1.2 parser for rust
Documentation
#!/bin/sh

KCOV=/usr/local/bin/kcov
OUTPUT=target/cov

rm -rf $OUTPUT
$KCOV $OUTPUT target/debug/spec_test-*
$KCOV $OUTPUT target/debug/yaml_rust-*