# time **Repository Path**: mirrors_servo/time ## Basic Information - **Project Name**: time - **Description**: Simple time handling in Rust - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: servo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README time ==== Utilities for working with time-related functions in Rust [![Build Status](https://travis-ci.org/rust-lang/time.svg?branch=master)](https://travis-ci.org/rust-lang/time) ## Usage Put this in your `Cargo.toml`: ```toml [dependencies] time = "*" ``` And this in your crate root: ```rust extern crate time; ```