Initial commit.

This commit is contained in:
2025-09-08 14:17:51 +02:00
commit 14dfb3e692
7 changed files with 457 additions and 0 deletions

8
README.md Normal file
View File

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