Module sys

Source

Structs§

ReadDir
A block that reads file names from a file system directory.
ReadEnv
A block that reads the value of an environment variable.
ReadFile
A block that reads bytes from the contents of a file.
ReadStdin
A block that reads bytes from standard input (aka stdin).
WriteFile
A block that writes or appends bytes to the contents of a file.
WriteFlags
WriteStderr
A block that writes bytes to standard error (aka stderr).
WriteStdout
A block that writes bytes to standard output (aka stdout).

Enums§

SysBlockConfig
SysBlockTag

Traits§

SysBlocks