Using workspace for modularization is kind of painful?

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

    A utility for managing cargo dependencies from the command line.

  • It doesn't solve all of the woes, but do you use cargo_edit? I've found, for me, its a big productivity booster, at least via the vscode support. If you're not using vscode it might not be as useful / you might not be as lazy as me, haha.

  • Cargo

    The Rust package manager

  • The functionality of cargo-edit is also something they eventually want to get into cargo itself.

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

    Flexible concrete Error type built on std::error::Error

  • One approach is to define a separate error type for each crate and then use anyhow, eyre or Box to wrap the error, whever a function can return errors originating in several different crates.

  • eyre

    A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications

  • One approach is to define a separate error type for each crate and then use anyhow, eyre or Box to wrap the error, whever a function can return errors originating in several different crates.

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

  • Is Rust's cargo-edit crate still relevant?

    2 projects | /r/rust | 12 May 2023
  • TIL about cargo add

    2 projects | /r/rust | 15 Dec 2022
  • Cargo: Namespaced and weak dependency features have been stabilized

    4 projects | /r/rust | 2 Feb 2022
  • Cargo Script

    1 project | news.ycombinator.com | 26 Feb 2024
  • Cargo has never frustrated me like npm or pip has. Does Cargo ever get frustrating? Does anyone ever find themselves in dependency hell?

    13 projects | /r/rust | 6 Dec 2023