Structs§
- ReadDir
- A block that reads file names from a file system directory.
- ReadEnv
- A block that reads the value of an environment variable.
- Read
File - A block that reads bytes from the contents of a file.
- Read
Stdin - A block that reads bytes from standard input (aka stdin).
- Write
File - A block that writes or appends bytes to the contents of a file.
- Write
Flags - Write
Stderr - A block that writes bytes to standard error (aka stderr).
- Write
Stdout - A block that writes bytes to standard output (aka stdout).