Structs§
- Build
Environment - Describes an environment and settings used to build a project.
- Built
Executable - Holds results from building an executable.
Functions§
- build_
executable_ with_ rust_ project - Build an executable embedding Python using an existing Rust project.
- build_
pyembed_ artifacts - Build artifacts needed by the pyembed crate.
- build_
python_ executable - Build a Python executable using a temporary Rust project.
- cargo_
features - Derive cargo features for project building.
- find_
pyoxidizer_ config_ file - Find a pyoxidizer.toml configuration file by walking directory ancestry.
- find_
pyoxidizer_ config_ file_ env - Find a PyOxidizer configuration file from walking the filesystem or an environment variable override.
- run_
from_ build - Runs packaging/embedding from the context of a Rust build script.