mheese / time

Simple time handling in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time

Utilities for working with time-related functions in Rust

Build Status Build status

Documentation

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

License:Apache License 2.0


Languages

Language:Rust 100.0%