[go: up one dir, main page]

speculate 0.0.10

An RSpec inspired minimal testing framework for Rust.
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "speculate"
version = "0.0.10"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
description = "An RSpec inspired minimal testing framework for Rust."
repository = "https://github.com/utkarshkukreti/speculate.rs"
license = "MIT"

[lib]
name = "speculate"
plugin = true