shiny 0.1.3

A simple rspec like test framework to make test code look more nice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "shiny"
version = "0.1.3"
authors = ["Vladimir Pouzanov <farcaller@gmail.com>"]
description = "A simple rspec like test framework to make test code look more nice"
license = "Apache-2.0"
repository = "https://github.com/farcaller/shiny"

[lib]

name = "shiny"
path = "src/lib.rs"
crate_type = ["dylib"]