hrtime 0.2.0

A thin library which converts seconds into either a colon-seperated time string and vice versa, or into the raw hour, minute, and second values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["Marcelo Hernandez <marcelohdez.inq@gmail.com>"]
description = """
A thin library which converts seconds into either a colon-seperated time
string and vice versa, or into the raw hour, minute, and second values.
"""
edition = "2021"
homepage = "https://crates.io/crates/hrtime"
keywords = ["time", "human-readable", "readable"]
license = "MIT"
name = "hrtime"
readme = "README.md"
repository = "https://github.com/marcelohdez/hrtime"
resolver = "2"
version = "0.2.0"