tea-timer 0.1.0

A simple and efficient Rust library for measuring and reporting the duration of tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tea-timer"
version = "0.1.0"
edition = "2021"
description = "A simple and efficient Rust library for measuring and reporting the duration of tasks"
license = "MIT"

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

[dependencies]
log = { version = "0.4", optional = true }