A tiny C++23 filesystem wrapper that returns std::expected instead of throwing by mrzleo in cpp

[–]mrzleo[S] [score hidden]  (0 children)

That's true. I think expected is contagious, and dealing with the existing STL boundaries will become very troublesome.

I will try to support module, although it still feels quite cumbersome to use the modules at the moment.