Hi !
As the new Io fs interface was merged, I’m finishing to migrate several of my build.zig’s. In particular, I would like to traverse a directory using `std.Io.fs`.
However, the std.Build doesn’t seem to provide an Io interface. So my question is did I miss it or is it no yet given by the build system ?
For the time being, I’m using global_single_threaded.
Thanks !
PS: I’m on the latest master branch as I’m building from source, I there is a solution that is from source, It’s fine by me !