thetime 0.4.1

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
15
[dependencies.chrono]
version = "0.4.31"

[dependencies.time]
version = "0.3.31"

[package]
description = "A simple Rust library for dealing with the time, both NTP and System. Contains wrappers for functions often buried in modules."
documentation = "https://docs.rs/thetime"
edition = "2021"
license = "Apache-2.0"
name = "thetime"
readme = "README.md"
repository = "https://github.com/werdl/thetime"
version = "0.4.1"