thetime 0.4.0

A simple Rust library for dealing with the time, both NTP and System. Contains wrappers for functions often buried in modules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "thetime"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
description = "A simple Rust library for dealing with the time, both NTP and System. Contains wrappers for functions often buried in modules."
repository = "https://github.com/werdl/thetime"
documentation = "https://docs.rs/thetime"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.31"
time = "0.3.31"