• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:msrv

1 [Chrono][docsrs]: Timezone-aware date and time handling
4 [![Chrono GitHub Actions][gh-image]][gh-checks]
5 [![Chrono on crates.io][cratesio-image]][cratesio]
6 [![Chrono on docs.rs][docsrs-image]][docsrs]
7 [![Chat][discord-image]][discord]
8 [![codecov.io][codecov-img]][codecov-link]
10 [gh-image]: https://github.com/chronotope/chrono/actions/workflows/test.yml/badge.svg?branch=main
11 [gh-checks]: https://github.com/chronotope/chrono/actions/workflows/test.yml?query=branch%3Amain
12 [cratesio-image]: https://img.shields.io/crates/v/chrono.svg
14 [docsrs-image]: https://docs.rs/chrono/badge.svg
16 [discord-image]: https://img.shields.io/discord/976380008299917365?logo=discord
18 [codecov-img]: https://img.shields.io/codecov/c/github/chronotope/chrono?logo=codecov
19 [codecov-link]: https://codecov.io/gh/chronotope/chrono
24 * The [`DateTime`](https://docs.rs/chrono/latest/chrono/struct.DateTime.html) type is timezone-aware
25 by default, with separate timezone-naive types.
34 [Chrono-TZ](https://crates.io/crates/chrono-tz) or [`tzfile`](https://crates.io/crates/tzfile) for
44 * Date types are limited to about +/- 262,000 years from the common epoch.
47 …d Handling](https://docs.rs/chrono/latest/chrono/naive/struct.NaiveTime.html#leap-second-handling).
64 * `rustc-serialize`: Enable serialization/deserialization via rustc-serialize (deprecated).
66 * `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.
71 The Minimum Supported Rust Version (MSRV) is currently **Rust 1.61.0**.
73 The MSRV is explicitly tested in CI. It may be bumped in minor releases, but this is not done
80 * [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)