Astrolabe is a date and time library for Rust which aims to be feature rich and easy-to-use.
Astrolabe is currently in heavy development. Please do not use the crate in production yet.
DateTime
based on current time or specific datesDateTime
with add()
and sub()
functionsAt this stage of development, not all functions have been fully implemented. *
DateTime
, a wrapper aroundstd::time::SystemTime
which implements formatting and manipulation functions * Formatting as RFC3339 timestamp * Formatting with specific format strings based on Unicode Date Field Symbols. * Zero dependencies if used without theformat
feature
This crate uses Rust 2021 edition and requires at least version 1.60
.
Licensed under either of * Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) * MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.