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

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Cargo

    The Rust package manager

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

  • lockbud

    Statically detect Rust deadlocks bugs

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

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