Crates.io | ephemeris |
lib.rs | ephemeris |
version | 0.1.0-alpha.2 |
source | src |
created_at | 2020-01-12 04:59:17.68824 |
updated_at | 2020-01-19 19:51:51.30208 |
description | A sane date/time library for rust |
homepage | |
repository | https://github.com/ephemeris-rust/ephemeris |
max_upload_size | |
id | 197668 |
size | 26,227 |
A sane date/time library for Rust.
This library primarily ports the API of the excellent java.time library.
It is also leap-second aware.
Like the Java API, this crate implements its own type named Instant
.
However, unlike the Java version, this instant is explicitly not a UTC instant, but instead is a TAI instant.
Like the Java API, this crate implements its own type named Duration
.
Unlike std::time::Duration
, ephemeris::Duration
can be negative.