compiletest_rs 0.0.9

The compiletest utility from the Rust compiler as a standalone testing harness
# Compiled files
*.o
*.so
*.rlib
*.dll

# Generated by Cargo
/target/
/test-project/target/
Cargo.lock

# Emacs temporary files
*~
*#
\#*