Hi, does `smol` have something similar to `tokio::task_local!` and `async_std::task_local!`? If not, any suggestions about how to achieve this in `smol`?
Hi, does
smolhave something similar totokio::task_local!andasync_std::task_local!? If not, any suggestions about how to achieve this insmol?