yaml-rust 0.3.0

The missing YAML 1.2 parser for rust
Documentation
1
2
3
4
5
6
7
8
#!/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-*