Support Standard Handles
This release provides new accessors via std.io.driver
package for stdout
, stderr
, and stdin
to allow cross-platform ease of using these already-open standard handles.
There is also now a way to create io structures without having the structure automatically close the original file descriptor. This is useful for using io structures temporarily on already-open streams.