Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
/ time Public archive
forked from time-rs/time

Simple time handling in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

servo/time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time

Utilities for working with time-related functions in Rust

Build Status

Usage

Put this in your Cargo.toml:

[dependencies]
time = "*"

And this in your crate root:

extern crate time;

About

Simple time handling in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.5%
  • C 6.5%