macrotime 2.1.0

A Rust crate for efficient timing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "macrotime"
version = "2.1.0"
edition = "2021"
license = "MIT"
description = "A Rust crate for efficient timing."
homepage = "https://github.com/gavincrawford/macrotime"
repository = "https://github.com/gavincrawford/macrotime"
documentation = "https://docs.rs/macrotime/"
readme = "README.md"
keywords = ["time", "timing", "performance", "benchmark", "development-tools" ]

[dependencies]