Is the chrono crate unmaintained?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • chrono

    Date and time library for Rust (by chronotope)

  • Looks like time is not the only issue in chrono. chrono also calls localtime_r directly, see https://github.com/chronotope/chrono/issues/499 . So even dependency fix or backport fix in time do not solve the problem.

  • advisory-db

    Security advisory database for Rust crates published through crates.io

  • https://github.com/RustSec/advisory-db/blob/main/crates/time/RUSTSEC-2020-0071.md says that ^0.1 is also affected.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rusqlite

    Ergonomic bindings to SQLite for Rust

  • There are feature flags in chrono that make possible to disable usage of time: https://github.com/rusqlite/rusqlite/pull/1031

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts