Ich, einfach anders@lemmings.worldtoRust@programming.dev•`unfmt`: A compile-time pattern matching library that reverses the interpolation process of `format!`.
7·
7 months agoThat’s just brilliant.
That’s just brilliant.
To be fair, these alternatives are also limited to the case where the item type stays the same.
map()
can still be used with Vec::iter_mut()
, filter_map()
can be replaced with Vec::retain_mut()
.
I think the better solution would be to use Vec::retain()
.
Tl;dr: std::process::Command
is vulnerable to shell injection if you invoke cmd.exe
or *.{cmd,bat}
on Windows.
So, why is Linux still gathering steam?
I see what you did there.
2. Linux gaming, thanks to Steam, is also growing
Do you use the native version or do you use proton? I heard that this issue also occures when playing TF2 using proton.