- Notifications
You must be signed in to change notification settings - Fork284
The most used Rust library for date and time handling.
License
Apache-2.0, MIT licenses found
Licenses found
time-rs/time
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation:
time
is guaranteed to compile with the latest stable release of Rust in addition to the two priorminor releases. For example, if the latest stable Rust release is 1.70, thentime
is guaranteed tocompile with Rust 1.68, 1.69, and 1.70.
The minimum supported Rust version may be increased to one of the aforementioned versions if doingso provides the end user a benefit. However, the minimum supported Rust version may also be bumpedto a version four minor releases prior to the most recent stable release if doing so improves codequality or maintainability.
For interoperability with third-party crates, it is guaranteed that there exists a version of thatcrate that supports the minimum supported Rust version oftime
. This does not mean that the latestversion of the third-party crate supports the minimum supported Rust version oftime
.
Contributions are always welcome! If you have an idea, it's best to float it by me before working onit to ensure no effort is wasted. If there's already an open issue for it, knock yourself out.Internal documentation can be viewedhere.
If you have any questions, feel free to useDiscussions. Don't hesitate to ask questions — that'swhat I'm here for!
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion intime by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without anyadditional terms or conditions.
About
The most used Rust library for date and time handling.