Expand description
Handle file layout of PyOxidizer projects.
Enums§
- Pyembed
Location - How to define the
pyembed
crate dependency.
Functions§
- initialize_
project - Initialize a new Rust project using PyOxidizer.
- update_
new_ cargo_ toml - Update the Cargo.toml of a new Rust project to use pyembed.
- write_
application_ manifest - Write an application manifest and corresponding resource file.
- write_
new_ build_ rs - write_
new_ cargo_ config - Write a new .cargo/config file for a project path.
- write_
new_ cargo_ lock - Write a Cargo.lock file for a project path.
- write_
new_ main_ rs - Write a new main.rs file that runs the embedded Python interpreter.
- write_
new_ pyoxidizer_ config_ file - Writes default PyOxidizer config files into a project directory.