Mutable Arguments Considered Harmful | micouy.github.io

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

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

    Breaking your Rust code for fun and profit (by llogiq)

  • Cargo (and Rust) makes it so easy to write test cases that you should really use it to find these kinds of bugs. And there are other good test crates available: mutagen, quickcheck, etc.

  • quickcheck

    Automated property based testing for Rust (with shrinking).

  • Cargo (and Rust) makes it so easy to write test cases that you should really use it to find these kinds of bugs. And there are other good test crates available: mutagen, quickcheck, etc.

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

    Convenient creation of type-safe refinement types.

  • (Ideally Rust would have refinement types like LiquidHaskell, where you can enforce nearly all kind of properties at compile time for your data types: refinement).

  • cargo-fuzz

    Command line helpers for fuzzing

  • cargo fuzz init

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