What crates are considered as de-facto standard?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust

    Empowering everyone to build reliable and efficient software.

  • You're probably thinking of #39364: Panic in Receiver::recv() which is still an open issue and will be fixed if/when #93563: Merge crossbeam-channel into std::sync::mpsc gets merged.

  • nalgebra

    Linear algebra library for Rust.

  • nalgebra

  • 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
  • rand

    A Rust library for random number generation.

  • rand

  • blessed-rs

    A community guide to the Rust ecosystem

  • No, it's hand curated (see https://github.com/nicoburns/blessed-rs for source). There is a separate project https://lib.rs that takes a more automated approach (you can browse the most downloaded crates by count).

  • serde-regex

    A serde wrapper that allows to (de)serialize regular expressions

  • Now we just need dependent crates like serde_regex to disable default features so that depending on them doesn't forcefully enable unicode. (This is a more general problem in the crate ecosystem but it really hurts here)

  • serde

    Serialization framework for Rust

  • Serde is the core and doesn't include individual formats, and csv is a crate that implements Serde which is notably absent from the "Data Formats" section of the Serde front page... as is quick-xml.

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

  • This isn’t the way to speed up Rust compile times

    7 projects | news.ycombinator.com | 26 Aug 2023
  • REST API in RUST with ntex

    7 projects | dev.to | 26 May 2023
  • Security Engineer looking for ways to see if any of my tasks could slowly be ported to Rust or should I just stick with Python.

    3 projects | /r/rust | 15 Mar 2023
  • What libraries does Idris need to increase adoption?

    5 projects | /r/Idris | 4 Feb 2023
  • Destructive move in C++2

    3 projects | /r/cpp | 17 Jan 2023