Expand description
Platform helper functions.
Enums§
- Target
- Platform target.
Functions§
- bundle_
type - Get the type of the bundle current binary is packaged in.
If the bundle type is unknown, it returns
Option::None
. - current_
exe - Retrieves the currently running binary’s path, taking into account security considerations.
- resource_
dir - Computes the resource directory of the current environment.
- target_
triple - Try to determine the current target triple.