This crate shares common functionality across the heim
sub-crates.
Do NOT use it directly.
prelude | Prelude intended to be used across heim-* crates.
|
units | Measurement units used in API.
|
wrap | Generate boilerplate code for newtypes hiding the platform-specific implementations.
|
Error | Error type for data fetching operations.
|
Pid | Process identifier type.
|
Result | A specialized Result type for data fetching functions.
|