Hey Rustaceans! Got an easy question? Ask here (7/2022)!

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

    https://rust-lang-nursery.github.io/rust-cookbook

  • I'm trying to fix the two test failures in the current master of the Rust Cookbook related to the API change of the rand crate. It went from accepting a couple numbers (in 0.5.6) to a Range instead (in 0.8.0).

  • rust-skeptic

    Test your Rust Markdown documentation via Cargo

  • From what I can tell skeptic is doing some magic by allowing the project to build all of the dependencies and then directly calling the generated tests with those pre-built dependencies instead of having to build them individually for each test. I can imagine that this has a significant effect on the time it takes to run. I don't think the issue is not checking the Cargo.lock because the source shows that it does. Where it seems to be failing is picking the correct rlib file but I am not familiar enough to know if it is possible to reliably fix that.

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

    Execution of and interaction with external processes and pipelines

  • nom_locate

    A special input type for nom to locate tokens

  • I'm not sure exactly what you're requesting, but maybe nom_locate can help.

  • tango

    Markdown-based Literate programming in Rust, integrated with Cargo. (by pnkfelix)

  • Actually, I think I have found exactly what I want: Tango: Literate Programming In Rust github. It can convert Rust code to Markdown and vice versa. This should make it easy to just display the most relevant bits of code in the Markdown, while hiding the rest in the generated book.

  • chip8

    Chip8 Project (by traverse1984)

  • rust-cookbook

    https://jamesgraves.github.io/rust-cookbook (by jamesgraves)

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