• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-9,7655,316

.cargo-checksum.jsonH A D03-May-202289 11

CHANGELOG.mdH A D01-Jan-197011.4 KiB358258

Cargo.tomlH A D01-Jan-19702.2 KiB7970

Cargo.toml.orig-cargoH A D01-Jan-19701.7 KiB5444

LICENSE-ApacheH A D01-Jan-197011.1 KiB203169

LICENSE-MITH A D01-Jan-19701 KiB2016

README.mdH A D01-Jan-19701.3 KiB2315

build.rsH A D01-Jan-19702.9 KiB9368

README.md

1# time
2
3[![GitHub time-rs/time](https://img.shields.io/badge/GitHub-time--rs%2Ftime-9b88bb?logo=github&style=for-the-badge)](https://github.com/time-rs/time)
4![license MIT or Apache-2.0](https://img.shields.io/badge/license-MIT%20or%20Apache--2.0-779a6b?style=for-the-badge)
5[![minimum rustc 1.32.0](https://img.shields.io/badge/minimum%20rustc-1.32.0-c18170?logo=rust&style=for-the-badge)](https://www.whatrustisit.com)
6[![version](https://img.shields.io/crates/v/time?color=97935d&logo=rust&style=for-the-badge)](https://crates.io/crates/time)
7[![build status](https://img.shields.io/endpoint?url=https://runkit.io/jhpratt/time-rs-status-badge/branches/master)](https://github.com/time-rs/time/actions)
8
9Documentation: [main branch](https://time-rs.github.io/time/time/index.html) | [latest release](https://docs.rs/time)
10
11## License
12
13This project is licensed under either of
14
15- [Apache License, Version 2.0](https://github.com/time-rs/time/blob/main/LICENSE-Apache)
16- [MIT license](https://github.com/time-rs/time/blob/main/LICENSE-MIT)
17
18at your option.
19
20Unless you explicitly state otherwise, any contribution intentionally submitted
21for inclusion in time by you, as defined in the Apache-2.0 license, shall be
22dual licensed as above, without any additional terms or conditions.
23