human-time 0.1.7

This is a library for human readable elapsed time string
Documentation
[dependencies.human-time-macros]
version = "^0.1.7"

[[example]]
name = "elapsed_macro"
path = "examples/elapsed_macro.rs"

[[example]]
name = "time_string"
path = "examples/time_string.rs"

[[example]]
name = "time_string_with_format"
path = "examples/time_string_with_format.rs"

[[example]]
name = "x"
path = "examples/x.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is a library for human readable elapsed time string"
edition = "2021"
keywords = ["human", "time", "elapsed", "duration"]
license = "Apache-2.0"
name = "human-time"
readme = "README.md"
repository = "https://github.com/manlge/human-time"
version = "0.1.7"