#date-time #arithmetic

datetime

Library for date and time formatting and arithmetic

22 releases

Uses old Rust 2015

0.5.2 Apr 1, 2021
0.5.1 May 25, 2020
0.5.0 Apr 7, 2020
0.4.7 Oct 8, 2017
0.1.5 Mar 22, 2015

#520 in Math

Download history 3099/week @ 2024-12-04 3362/week @ 2024-12-11 2762/week @ 2024-12-18 2383/week @ 2024-12-25 2983/week @ 2025-01-01 3077/week @ 2025-01-08 3058/week @ 2025-01-15 3072/week @ 2025-01-22 2488/week @ 2025-01-29 2794/week @ 2025-02-05 2641/week @ 2025-02-12 3136/week @ 2025-02-19 3215/week @ 2025-02-26 2247/week @ 2025-03-05 3373/week @ 2025-03-12 2851/week @ 2025-03-19

12,063 downloads per month
Used in 18 crates (17 directly)

MIT license

115KB
2K SLoC

rust-datetime Build status

Date/time library for Rust! Very much a work in progress.

View the Rustdoc

Installation

This crate works with Cargo. Add the following to your Cargo.toml dependencies section:

[dependencies]
datetime = "0.5"

The earliest version of Rust that this crate is tested against is Rust v1.31.0.

Dependencies

~0.4–620KB