It seems like Rust software is bad

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language. (by amberframework)

  • The 3 Crystal ORMs I've checked out, Granite, Clear, and Jennifer, are all 10k lines or less. Given Crystal's pragmatism-before-purity philosophy compared to Rust, I'd expect them to be a little briefer, but not that much.

  • diesel

    A safe, extensible ORM and Query Builder for Rust

  • Every time I find something written in Rust that's comparable to something in another language, the Rust implementation has drastically more lines of code than I expect given the array of powerful abstractions in Rust. The Diesel ORM, far from feature complete, is nearly 60k lines of 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.

    InfluxDB logo
  • rage

    A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

  • Another example is the Rust versus Go implementation of Age encryption - 2500 to 6000 lines. I think rage has a few more features, but really? Go is a relatively verbose language.

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

  • Having a hard time finding Actix examples that work with Seaorm.

    2 projects | /r/rust | 2 May 2023
  • What's new in SeaORM 0.11.0

    1 project | dev.to | 9 Feb 2023
  • Using tokio with async-std in the same project

    1 project | /r/learnrust | 25 Jan 2023
  • Call for Contributors and Reviewers 📢

    4 projects | dev.to | 3 Jan 2023
  • Using Rust at a startup: A cautionary tale

    5 projects | /r/programming | 23 Nov 2022