Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 9,765 | 5,316 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
CHANGELOG.md | H A D | 01-Jan-1970 | 11.4 KiB | 358 | 258 | |
Cargo.toml | H A D | 01-Jan-1970 | 2.2 KiB | 79 | 70 | |
Cargo.toml.orig-cargo | H A D | 01-Jan-1970 | 1.7 KiB | 54 | 44 | |
LICENSE-Apache | H A D | 01-Jan-1970 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | H A D | 01-Jan-1970 | 1 KiB | 20 | 16 | |
README.md | H A D | 01-Jan-1970 | 1.3 KiB | 23 | 15 | |
build.rs | H A D | 01-Jan-1970 | 2.9 KiB | 93 | 68 |
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