Expand description
A library for calling Python code asynchronously from Rust.
Structs§
- PyRunner
- Manages a dedicated thread for executing Python code asynchronously.
Enums§
- PyRunner
Error - Custom error types for the
PyRunner.
A library for calling Python code asynchronously from Rust.
PyRunner.