microbench 0.2.0

A micro-benchmarking library.
Documentation
[package]

name = "microbench"
authors = ["Kyle Mayes <kyle@mayeses.com>"]

version = "0.2.0"

readme = "README.md"
license = "Apache-2.0"

description = "A micro-benchmarking library."

documentation = "https://kylemayes.github.io/microbench/microbench"
repository = "https://github.com/KyleMayes/microbench"

[dependencies]

time = "0.1.35"

clippy = { version = "0.0.*", optional = true }