Expand description
Common primitive OS-facing vocabulary reexports.
Structs§
- EnvKey
- A validated environment variable key.
- EnvPair
- A modeled environment key/value pair.
- EnvValue
- A plain owned environment variable value.
- Parent
Process Id - A non-zero numeric parent process identifier.
- Platform
- A plain platform identity value backed by a platform triple.
- Platform
Triple - A plain, owned platform triple value.
- Process
Id - A non-zero numeric process identifier.
- Process
Outcome - Plain process outcome metadata.
- Process
Status - Plain process status metadata.
- Thread
Count - A non-zero thread count.
- Thread
Name - A non-empty thread name value.
Enums§
- Architecture
- CPU or target architecture vocabulary.
- Architecture
Parse Error - Error returned when parsing an architecture fails.
- EnvKey
Error - Errors returned while constructing environment keys.
- OsFamily
- Broad operating system family vocabulary.
- OsFamily
Parse Error - Error returned when parsing an OS family fails.
- Platform
Triple Error - Errors returned while constructing platform vocabulary.
- Process
IdError - Errors returned while constructing process IDs.
- Process
State - Plain process lifecycle state vocabulary.
- Process
State Parse Error - Error returned when parsing a process state fails.
- Thread
Count Error - Errors returned while constructing thread counts.
- Thread
IdLabel - A stable label or numeric thread-like identifier.
- Thread
IdLabel Error - Errors returned while constructing thread ID labels.
- Thread
Name Error - Errors returned while constructing thread names.