Miri can now run doctests :)

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

    An interpreter for Rust's mid-level intermediate representation

  • Thanks to @teryror, support for running doctests has recently landed in Miri. So finally cargo miri test is executing all the same tests that cargo test runs. This has been a long-standing open issue and I am stoked that it is now finally resolved. :)

  • rotary

    A crate for working with audio in Rust (by udoprog)

  • Sweet! No more duplication just to get my code checked by miri.

  • 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

    Empowering everyone to build reliable and efficient software.

  • Thanks for the offer. :) Turns out it's not so bad, just a few doctests needed fixing: https://github.com/rust-lang/rust/pull/84052, https://github.com/rust-lang/rust/pull/84053. (Many more doctests leak memory but I am not sure if that is worth fixing... it is deliberate at least in some cases.)

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