systemd-cron-next/vendor/time
2024-11-12 15:03:58 +03:00
..
benches Cargo vendor 2024-11-12 15:03:58 +03:00
src Cargo vendor 2024-11-12 15:03:58 +03:00
.cargo-checksum.json Cargo vendor 2024-11-12 15:03:58 +03:00
appveyor.yml Cargo vendor 2024-11-12 15:03:58 +03:00
Cargo.toml Cargo vendor 2024-11-12 15:03:58 +03:00
LICENSE-APACHE Cargo vendor 2024-11-12 15:03:58 +03:00
LICENSE-MIT Cargo vendor 2024-11-12 15:03:58 +03:00
README.md Cargo vendor 2024-11-12 15:03:58 +03:00

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;