time 0.1.3

Utilities for working with time-related functions in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "time"
version = "0.1.3"
authors = ["The Rust Project Developers"]
build = "build.rs"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/time"
repository = "https://github.com/rust-lang/time"
documentation = "http://doc.rust-lang.org/time"
description = """
Utilities for working with time-related functions in Rust.
"""

[build-dependencies.gcc]
#git = "https://github.com/alexcrichton/gcc-rs"
version = "0.1.0"