Files
pyrtest/README.md
2025-09-08 14:17:51 +02:00

9 lines
133 B
Markdown

# Python lib from scratch
```
cargo build
cp target/debug/*.so .
python -c 'import libpyrtest; print(libpyrtest.shit("fuck"))'
```