Hey Rustaceans! Got an easy question? Ask here (1/2021)!

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

    My attempt at reimplementing some of the rust standard containers, starting with a doubly linked list (by SKyletoft)

  • This is the code that handles the allocation

  • rust

    Empowering everyone to build reliable and efficient software.

  • Thanks, that's exactly what I was looking for. Though if I'm reading the linked tracking issue correctly, the new preferred way is to use the syntax added by this PR:

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

    A new type of shell

  • nushell is a super welcoming project that seeks to build a better shell in Rust. The discord server is super friendly, and they're generally happy to mentor.

  • mysql_async

    Asyncronous Rust Mysql driver based on Tokio.

  • I'm way ahead of you. I found out about it because I noticed the impl Clone for Pool at the bottom and clicked the [src] button to verify that the pool was shared among clones.

  • gutenberg

    A fast static site generator in a single binary with everything built-in. https://www.getzola.org

  • Another place they are useful is repetitive impl blocks. Finally I've also sometimes used them as a short-hand for a certain kind of expression I write a lot, e.g. this test.

  • QMetaObject crate for Rust

    Integrate Qml and Rust by building the QMetaObject at compile time.

  • rattata-rust

    Discontinued Ideas around rattata in rust

  • I think I'm understanding where you're going, but still can't get it to work. I started with this idea here. I get this error:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • cargo-readme

    Generate README.md from docstrings

  • I find myself repeating myself between crate-level doc comments and README files. What are people using to avoid that? cargo-readme + a CI hook?

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