tea-timer 0.1.1

A simple and efficient Rust library for measuring and reporting the duration of tasks
Documentation
[dependencies.log]
optional = true
version = "0.4"

[features]
default = ["log"]
log = ["dep:log"]

[lib]
name = "tea_timer"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple and efficient Rust library for measuring and reporting the duration of tasks"
edition = "2021"
license = "MIT"
name = "tea-timer"
readme = "README.md"
version = "0.1.1"