blob: ac9c57864fb2ce9ae1dfbdee3c8b1eb379f881fd [file] [log] [blame] [view] [edit]
# Std misc
Many other types are provided by the std library to support
things such as:
* Threads
* Channels
* File I/O
These expand beyond what the [primitives] provide.
### See also:
[primitives] and [the std library][std]
[primitives]: primitives.md
[std]: https://doc.rust-lang.org/std/