-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
, but that's annoying. Could a new submodule be added so that I can simply run import rustimport.release.import_hook
and it would set compile_release_binaries
for me? I can write the PR and change add it to the README if you agree, but I realise this may be somewhat unorthodox.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request