Why I gave up on Rust (for now)

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

    RFCs for changes to Rust

  • Basically, when a type implements some trait both specifically and as a blanket impl, Rust can't decide which one to use. Intuitively, we would want to use the specific implementation since it's usually going to be faster/better. There is a specialization RFC that would allow the code in my playground to compile and work as expected: https://github.com/rust-lang/rfcs/pull/1210

  • case-studies

    Analysis of various tricky Rust code

  • With a subset of specialization likely riding the trains soon and a workaround available, why would you give up?

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