rustimport
rustimport copied to clipboard
Import Rust source files directly from Python!
From @zifeo > Also, you may want to include some [code signing](https://docs.rs/apple-codesign/latest/apple_codesign/) logic (codesign --verify --verbose --sign - native.cpython-310-darwin.so) . Currently, it seems that the generated .so is rewritten violating...
Hey 👋 Great package and great work by the team. We are using this package in the latest version of Robyn (https://github.com/sparckles/robyn) 😄 Would it be possible to generate a...
this is all i needed for deployment so i figured i'd add it to the docs, feel free to edit however thanks for this library :)
For local development, or just fixed hardware, it would be nice to take advantage of the fact that one is not distributing the binaries but compiling them locally. Being able...
I would like a better way of requesting release builds of Rust code directly within Python. I know I can `import rustimport.settings`, then set `compile_release_binaries` to `True`, and `import rustimport.import_hook`,...