|
|
|
|
|
by pornel
426 days ago
|
|
The interop is already great via PyO3, except when people want to build the Rust part from source, but are grumpy about having to install the Rust compiler. This hack is a Rust compiler back-end. Backends get platform-specific instructions as an input, so non-trivial generated C code won't be portable. Users will need to either get pre-generated platform-specific source, or install the Rust compiler and this back-end to generate one themselves. |
|