[go: up one dir, main page]

compiletest_rs 0.0.1

The compiletest utility from the Rust compiler as a standalone testing harness
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "compiletest_rs"
version = "0.0.1"
authors = [ "The Rust Project Developers"
          , "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
          ]
description = "The compiletest utility from the Rust compiler as a standalone testing harness"
license = "Apache-2.0/MIT" # Same as rustc
repository = "https://github.com/laumann/compiletest-rs"

[lib]
name = "compiletest_rs"
path = "src/compiletest.rs"