compiletest_rs 0.3.26

The compiletest utility from the Rust compiler as a standalone testing harness
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Compiled files
*.o
*.so
*.rlib
*.dll

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

# Emacs temporary files
*~
*#
\#*