cpp_rs 0.1.0

[Not currently ready] A C Preprocessor library and associated binary.
Documentation
#!/bin/sh

RUST_LOG=cpp_rs=trace cargo test && (cargo tarpaulin -o Xml; mv cobertura.xml cov.xml)