Oh beautiful that worked for my use case, I'm happy with this being closed unless you want to keep it open to track any improvements to the existing behaviour. It would be nice if it just worked but a mention in the readme or a troubleshooting section would also probably work for most...
Use [`spawn_blocking`][spawn-blocking]⮳ to run a _small portion_ of synchronous code. ```rust,editable,ignore,mdbook-runnable ```rust,editable,mdbook-runnable {{#include ../../deps/examples/call_blocking_from_async_spawn_blocking.rs}} ``` ## Using the `rayon` crate ```rust,editab...
We usemdbook-tocto auto-generate TOCs for long sections. You can invoke the preprocessor by including the<!-- toc -->marker at the place where you want the TOC. How to fix toolstate failures NOTE: Currently, we do not track the rustc-dev-guide toolstate due tospurious failures, but...