Module binary

Source
Expand description

Defining and manipulating binaries embedding Python.

Enums§

LibpythonLinkMode
How a binary should link against libpython.
PackedResourcesLoadMode
Determines how packed resources are loaded by the generated binary.
WindowsRuntimeDllsMode
Describes how Windows Runtime DLLs (e.g. vcruntime140.dll) should be handled during builds.

Traits§

PythonBinaryBuilder
Describes a generic way to build a Python binary.

Type Aliases§

ResourceAddCollectionContextCallback
A callable that can influence PythonResourceAddCollectionContext.