otake84 / time

Simple time handling in Rust

Home Page:https://time-rs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time

GitHub time-rs/time license MIT or Apache-2.0 minimum rustc 1.40.0 version build status

Documentation: main branch | latest release

Minimum Rust version policy

The time crate is guaranteed to compile with any release of rustc from the past six months. Optional feature flags that enable interoperability with third-party crates (e.g. rand) follow the policy of that crate if stricter.

As the annual Rust survey has shown that an overwhelming majority of users do not use old versions of rustc, little effort will be made to maintain compatibility. This allows for catering to the most users possible in a reasonable time frame.

License

This project is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Simple time handling in Rust

https://time-rs.github.io

License:Apache License 2.0


Languages

Language:Rust 100.0%