timediff 0.1.0

🦀 Rust library for printing human readable, relative time differences 🕰️
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

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

[package]
authors = ["Herbert Lu <15816537946@163.com>"]
categories = ["date-and-time"]
description = "    🦀 Rust library for printing human readable, relative time differences 🕰️\n"
edition = "2021"
homepage = "https://github.com/lryong/timediff"
keywords = ["time", "parser", "duration", "diff", "datetime"]
license = "MIT"
name = "timediff"
repository = "https://github.com/lryong/timediff"
resolver = "2"
version = "0.1.0"