timekit 0.1.2

A simple Rust library for working with timezones and displaying current time in multiple zones.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["StatPan <statpan@naver.com>"]
description = "A simple Rust library for working with timezones and displaying current time in multiple zones."
documentation = "https://docs.rs/timekit"
edition = "2021"
homepage = "https://statpan.com"
license = "MIT"
name = "timekit"
readme = "README.md"
repository = "https://github.com/StatPan/timekit"
version = "0.1.2"