Import time-0.1.43

Change-Id: Ic13780a5b45d6634a37786e44089aa99023d963d
12 files changed
tree: fd909936e8a5efd1829e7e305b79499af2ab6e14
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. README.md
README.md

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;