dropclock 0.1.0

A guard type that runs a closure with the creation instant on drop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name          = "dropclock"
authors       = ["Jay Kickliter"]
categories    = ["development-tools::profiling"]
description   = "A guard type that runs a closure with the creation instant on drop"
documentation = "https://docs.rs/dropclock"
edition       = "2018"
keywords      = ["timer", "drop", "scope", "duration"]
license       = "MIT OR Apache-2.0"
readme        = "README.md"
repository    = "https://github.com/JayKickliter/dropclock"
rust-version  = "1.54"
version       = "0.1.0"