Pass feature flags to the underlying running rust code #664
Unanswered
Acentelles
asked this question in
Q&A
Replies: 2 comments 1 reply
-
What are you trying to do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running
mix test
to test some rust code with rustler.For this rust code to run, I need to pass the
prove
feature flag like this:cargo run -- --prove
.Is there a way to pass this feature flag with rustler?
Beta Was this translation helpful? Give feedback.
All reactions