I would like to code in Rust. What can you suggest?

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

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

  • https://adventofcode.com is an excellent website for practicing any programming language by solving minor complex problems. However, I have already been doing competitive programming for more than six years. This type of website is not my point of interest. I want to code in a more extensive codebase.

  • rust-analyzer

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

  • When rust-analyzer inserts code snippets (or corrects code) it uses a fixed, hardcoded indentation of 4. If you're not using an indentation of 4, it's always going to be wrong and there isn't even a configuration setting to manually change this. There's an issue that's been open for close to 3 years: https://github.com/rust-analyzer/rust-analyzer/issues/1191

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

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  • If you're using rustls instead of a native TLS library with sqlx then trying to use an IP address in your database URI will not only fail to work but produce a strange/unhelpful error message. The issue is apparently that rustls doesn't support IP addresses and so will fail to parse. The problem could probably be fixed in rustls or sqlx — even producing a helpful error would be an improvement over the current behavior. There's been an issue open since March: https://github.com/launchbadge/sqlx/issues/1095

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

  • Diesel 2.0.4

    2 projects | /r/rust | 18 Apr 2023
  • Hey Rustaceans! Got a question? Ask here (52/2022)!

    8 projects | /r/rust | 26 Dec 2022
  • -🎄- 2022 Day 16 Solutions -🎄-

    68 projects | /r/adventofcode | 15 Dec 2022
  • Parsing in nom (AOC day 16)

    2 projects | /r/learnrust | 16 Dec 2022
  • Personal coding projects

    6 projects | /r/math | 11 Dec 2022