python_script_runner 1.7.10

Execute Python scripts from Rust with path traversal prevention and environment isolation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// FILE:    lib.rs
// PURPOSE: Root module for PYTHON_SCRIPT_RUNNER
// GOAL:    Re-export public APIs for external consumers
// RUNS TO:  External crates via cargo crate usage

// ═══════════════════════════════════════════════════════════════════════════════
// SECTION MAP
// ═══════════════════════════════════════════════════════════════════════════════
// python_script_runner → Execute Python scripts from Rust with async support
// ═══════════════════════════════════════════════════════════════════════════════

pub mod python_script_runner;