Hey Rustaceans! Got a question? Ask here (23/2023)!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Cargo

    The Rust package manager

    Optional dev-dependencies are not supported either: (cargo issue)

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • lockbud

    Statically detect memory, concurrency bugs and possible panic locations for Rust.

    Hi, I'm looking for tools that can statically detect possible deadlocks in async fns. I'm aware of lockbud and cargo-check-deadlock, neither of which can analyse async code. Is there any tools that support this?

  • cargo-check-deadlock

    Find deadlocks in Rust code with Petri net model checking

    Hi, I'm looking for tools that can statically detect possible deadlocks in async fns. I'm aware of lockbud and cargo-check-deadlock, neither of which can analyse async code. Is there any tools that support this?

  • nannou

    A Creative Coding Framework for Rust.

    Assuming you’re talking about https://nannou.cc they advertise a slack, a matrix, and a github org.

  • cargo-edit

    A utility for managing cargo dependencies from the command line.

    “cargo add” from https://github.com/killercup/cargo-edit has that behavior, but not the built in one that was added to cargo

  • mfcc-rust

    So I've been working on an speech preprocessing library for rust for a minute now. The tl;dr is it contains functions related to preprocessing audio for use in speech-centric models. I've run into a situation where I'm running against a few conflicting design constraints and trying to figure out the best way to handle state for a set of functions.

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