thetime 0.1.2

A simple Rust library for dealing with the time, both NTP and System.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.chrono]
version = "0.4.31"

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