Pass feature flags to the underlying running rust code #664
-
I'm running For this rust code to run, I need to pass the Is there a way to pass this feature flag with rustler? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What are you trying to do? |
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for your answer!
I'm trying to run the rust code using the command flag I tried something like this: |
Beta Was this translation helpful? Give feedback.
Rustler doesn't run executables. It builds a library that is then loaded by the BEAM. There are no command-line flags.