bench_timer 0.1.0

bench library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bench_timer"
version = "0.1.0"
authors = ["biluohc <biluohc@qq.com>"]
license = "MIT"
description = "bench library for rust"

repository = "https://github.com/biluohc/bench_timer"
documentation = "https://docs.rs/bench_timer/"
readme = "readme.md"
categories = ["development-tools"]
keywords = ["bench","timer"]

[badges]
travis-ci = { repository = "biluohc/bench_timer" }

[dependencies]
stderr = "0.8.0"