I/O handling.
| Kind | Name | Description |
|---|---|---|
| Trait | BufRead | Objects that wrap a byte-stream for reading and contain a buffer. |
| Struct | BufReader | A buffered reader. |
| Trait | BufWrite | Objects that wrap a byte-stream for writing and contain a buffer. |
| Trait | Read | Objects that wrap a byte-stream for reading. |
| Trait | Write | Objects that wrap a byte-stream for writing. |