Hey Rustaceans! Got an easy question? Ask here (52/2020)!

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

    RFCs for changes to Rust

  • There are generic associated types planned (as a subset of what Haskell calls higher kinded types), which will allow things like the StreamingIterator trait. See https://github.com/rust-lang/rfcs/blob/master/text/1598-generic_associated_types.md.

  • patterns

    A catalogue of Rust design patterns, anti-patterns and idioms

  • I don't understand the Visitor pattern. I read this: https://github.com/rust-unofficial/patterns/blob/master/patterns/visitor.md

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

    Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)

  • I'm trying to dig into this a bit, and there's this grammar defined in rust-analyzer, but it seems to be for the syntax tree, not for rust itself.

  • rust-phf

    Compile time static maps for Rust

  • phf doesn't seem to be maintained much any more. Are there similar crates out there capable of generating hash-maps at compile time?

  • bumpalo

    A fast bump allocation arena for Rust

  • If you are constructing many vecs of many bytes, use an arena allocator like bumpalo instead. This will make your allocations almost completely free while still allowing you the luxury of using a Vec.

  • doubly_linked_list

    Discontinued My attempt at reimplementing some of the rust standard containers, starting with a doubly linked list [Moved to: https://github.com/SKyletoft/containers]

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

  • Two things that Rust does better than C++

    2 projects | /r/rust | 13 Feb 2023
  • Are default trait method implementations as reusable as inheritance?

    3 projects | /r/rust | 31 Aug 2021
  • Ask HN: What April Fools jokes have you noticed this year?

    1 project | news.ycombinator.com | 1 Apr 2024
  • Rust to add large language models to the standard library

    1 project | news.ycombinator.com | 1 Apr 2024
  • Why does Rust choose not to provide `for` comprehensions?

    1 project | news.ycombinator.com | 11 Mar 2024