py-runner 0.1.0

Simple tool that allows you to execute Python code from Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "py-runner"
version = "0.1.0"
edition = "2024"
readme = "README.md"
description = "Simple tool that allows you to execute Python code from Rust."
license = "MIT"

[dependencies]
pyo3 = { version = "0.25.0", features = ["auto-initialize"] }
nanoid = "0.4"
crossbeam = "0.8.4"