Replies: 1 comment
-
Sorry for the slow reply here. In theory you can do multiple Maybe you instead want to organise the functions into submodules within the one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm porting Python to Rust function-by-function. Currently I have all the ported functions in a module called
rust_stuff
, which is not a great way to organize things! So, is there a way to generate multiple extensions? I guess this would take the form of multiple.so
files, or something like that.Beta Was this translation helpful? Give feedback.
All reactions