time 0.0.2

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

name = "time"
version = "0.0.2"
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"
description = """
Utilities for working with time-related functions in Rust.
"""

[build-dependencies]
gcc = "*"