A new player has entered the game. The first rust commit was just merged into the bitcoin repo.

GitHub
util: Replace std::filesystem with util/fs.h by maflcko ยท Pull Request #28076 ยท bitcoin/bitcoin
Using std::filesystem is problematic:
There is a fs namespace wrapper for it. So having two ways to achieve the same is confusing.
Not using the f...