hrtime 0.1.0

A thin library which converts seconds into a string of colon-separated time or vice versa.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Marcelo Hernandez <marcelohdez.inq@gmail.com>"]
description = "A thin library which converts seconds into a string of colon-separated time or vice versa."
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.1.0"