devtimer 3.0.0

A simple library for benchmarking code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "devtimer"
version = "3.0.0"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2018"
readme = "README.md"
description = "A simple library for benchmarking code"
license = "Apache-2.0"
documentation = "https://docs.rs/devtimer"
repository = "https://github.com/sntdevco/devtimer"
categories = []
keywords = ["timer", "chrono", "development", "testing", "benchmark"]
[dependencies]