fyaml-sys 0.1.0+fy0.9.3

Rust FFI bindings for libfyaml (maintained fork of libfyaml-sys)
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

if [ "x$builddir" = "x" ]; then
	T=`realpath ./libfyaml-test`
else
	T=`realpath ${builddir}/libfyaml-test`
fi
${T}
exit $?