Module puff_rs::program::commands

source ·
Expand description

Commands to build a program.

Re-exports

pub use asgi::ASGIServerCommand;
pub use django_management::DjangoManagementCommand;
pub use http::ServerCommand;
pub use pytest::PytestCommand;
pub use python::PythonCommand;
pub use wsgi::WSGIServerCommand;

Modules

Convert a Router into a RunnableCommand and run Python WSGI as a fallback.
Exposes Django management commands (createsuperuser, migrate, etc) to Puff.
Convert a Router into a RunnableCommand
Run Pytest in a Puff Context.
Run a Python function on Puff Greenlet.
Convert a Router into a RunnableCommand and run Python WSGI as a fallback.

Structs

Expose a future to the command line.
Configuration for how to run an Axum Server.
Run Puff runtime until terminated