thetime 0.1.2

A simple Rust library for dealing with the time, both NTP and System.
Documentation

thetime

Simple Rust library for time

  • builds on top of std and chrono
  • very simple and intuitive to use

Examples

use thetime::{System, Time};
println!("It has been {} seconds since 1 Jan 1970", System::now().unix());