Rust fold HashMap to a single string
If you are here for the first time, I don’t usually write this kind of post, but it was pretty hard to find a simple code to fold a HasMap in rust.
In this use case, I had a hash map with server names and a boolean indicating if the server ack the message or not.
Conclusion
I hope it can help you if you get here via searching on the internet, see you in the next one.
Written on June 18, 2022