Expand description
Defining and manipulating binaries embedding Python.
Enums§
- Libpython
Link Mode - How a binary should link against libpython.
- Packed
Resources Load Mode - Determines how packed resources are loaded by the generated binary.
- Windows
Runtime Dlls Mode - Describes how Windows Runtime DLLs (e.g. vcruntime140.dll) should be handled during builds.
Traits§
- Python
Binary Builder - Describes a generic way to build a Python binary.
Type Aliases§
- Resource
AddCollection Context Callback - A callable that can influence PythonResourceAddCollectionContext.