Skip to content

Support Standard Handles

Compare
Choose a tag to compare
@schveiguy schveiguy released this 26 Jul 16:31
· 20 commits to master since this release
6c93762

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.