time-test 0.3.0

Measure how long your test cases take with one simple macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "time-test"
version = "0.3.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
license = "MIT"
description = "Measure how long your test cases take with one simple macro."
repository = "https://github.com/dermesser/time-test"
documentation = "https://docs.rs/time-test"
edition = "2018"

[dependencies]
time = "0.3"

[[example]]
name = "example"
crate-type = ["bin"]