Great thanks to the rust community for having a book (sort of like the rust book) for some crates as well. Makes everything infinitely approachable

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

    A full featured, fast Command Line Argument Parser for Rust

    The problem is there are 4 types of documentation. rustdoc solves the reference part and a mixture of rustdoc and examples/ help with another. This still leaves out tutorials and how-tos (depending on your examples). Cramming all of that into rustdoc doesn't work too well. Some forms of reference documentation don't cram too well into rustdoc either, like [serde](serde.rs/) or clap's derive documentation.

  • trycmd

    Snapshot testing for a herd of CLI tests

    Another problem we found in clap was it was easy for our examples to build but harder to make sure they worked. This is why I wrote trycmd (example "tests").

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

  • browser

    Create Elm programs that run in browsers! (by elm)

    For example: https://package.elm-lang.org/packages/elm/browser/latest/

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