Re-exports§
Modules§
Structs§
- Local
- The local timescale.
- Path
- A slice of a path (akin to
str
). - Rc
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
- Uuid
- A Universally Unique Identifier (UUID).
Traits§
- Write
- A trait for objects which are byte-oriented sinks.
Functions§
- var
- Fetches the environment variable
key
from the current process.