measure_time 0.8.3

Provices macros to measure the time until end of scope.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.instant]
features = ["wasm-bindgen", "inaccurate"]
version = "0.1"

[dependencies.log]
version = "0.4"

[package]
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
categories = ["development-tools", "development-tools::profiling"]
description = "Provices macros to measure the time until end of scope.\n"
homepage = "https://github.com/PSeitz/rust_measure_time"
keywords = ["measure", "time", "elapsed", "wall", "humantime"]
license = "MIT"
name = "measure_time"
readme = "README.md"
repository = "https://github.com/PSeitz/rust_measure_time"
version = "0.8.3"