stainless 0.1.5

Organized, flexible testing framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "stainless"
version = "0.1.5"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "Organized, flexible testing framework."
repository = "https://github.com/reem/stainless"
license = "MIT"

[lib]

name = "stainless"
path = "src/lib.rs"
plugin = true