Skip to content
/ time Public
forked from time-rs/time

Simple time handling in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

solid-rs/time

 
 

Repository files navigation

time

Utilities for working with time-related functions in Rust

build status Documentation rustc 1.21.0

time v0.1.x is Deprecated

The 0.1.x series of this library is deprecated and in maintenance mode. No new features will be added. Active development now occurs in the 0.2.x series.

If you need additional functionality that this crate does not provide, check out the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;

About

Simple time handling in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%