global-duration 0.2.1

Enables simple measurement of durations between arbitrary points in Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Martin Nordholts <enselic@gmail.com>"]
description = "Enables simple measurement of durations between arbitrary points in Rust code"
edition = "2018"
license = "MIT"
name = "global-duration"
readme = "README.md"
repository = "https://github.com/Enselic/global-duration"
version = "0.2.1"

[dependencies]
lazy_static = "1.4.0"