use-timezone 0.1.0

Small time zone and fixed offset primitives for RustUse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-time-zone-id"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f49f7ca373d2e209975793186e4d0099c86f805520a484f79b4f03d107b3836"

[[package]]
name = "use-timezone"
version = "0.1.0"
dependencies = [
 "use-time-zone-id",
]