mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-12 16:25:07 +02:00
48 lines
2.3 KiB
Markdown
48 lines
2.3 KiB
Markdown
# time
|
|
|
|
[](https://www.whatrustisit.com)
|
|
[](https://crates.io/crates/time)
|
|
[](https://github.com/time-rs/time/actions)
|
|
[](https://codecov.io/gh/time-rs/time)
|
|
|
|
Documentation:
|
|
- [latest release](https://docs.rs/time)
|
|
- [main branch](https://time-rs.github.io/api/time)
|
|
- [book](https://time-rs.github.io/book)
|
|
|
|
## 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.
|
|
|
|
## Contributing
|
|
|
|
Contributions are always welcome! If you have an idea, it's best to float it by me before working on
|
|
it to ensure no effort is wasted. If there's already an open issue for it, knock yourself out.
|
|
Internal documentation can be viewed [here](https://time-rs.github.io/internal-api/time).
|
|
|
|
If you have any questions, feel free to use [Discussions] or [Codestream]. There are a few notes
|
|
inline with Codestream, though questions can be asked directly! As a bonus, they are visible and
|
|
searchable for others. Feedback (prior to opening a pull request) can be provided with Codestream
|
|
and [VS Live Share]. Don't hesitate to ask questions — that's what I'm here for!
|
|
|
|
If using Codestream, just open up a local copy of this repository. It _should_ add you
|
|
automatically.
|
|
|
|
[Discussions]: https://github.com/time-rs/time/discussions
|
|
[Codestream]: https://codestream.com
|
|
[VS Live Share]: https://code.visualstudio.com/learn/collaboration/live-share
|
|
|
|
## License
|
|
|
|
This project is licensed under either of
|
|
|
|
- [Apache License, Version 2.0](https://github.com/time-rs/time/blob/main/LICENSE-Apache)
|
|
- [MIT license](https://github.com/time-rs/time/blob/main/LICENSE-MIT)
|
|
|
|
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.
|