I don't know if this applies, but I read somewhere recently (perhaps /r/rust) something along the lines that Tokio allows you to use a single-threaded executor and that effectively relaxes some code ...
Heh, I also played recently with some more Rust (besides maintaining a few projects I use in "personal production"), writing a Wordle "solver". It was fun to write functions generic over the number of ...