Replies: 1 comment
-
I had the same problem, this is probably related to path issues, highlighted here You might need to set in your Cargo.toml something like below: [lib]
name = "snippy_crab"
path = "src/lib.rs"
crate-type = ["cdylib"] I hope this helps ;) |
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 pretty new to this I have experience with elixir but very basic on rust. reading articles on rustler seems pretty cool what you can do with the two but I haven’t been able to get past the setup and running the demo... i keep getting the metadata failed I tried downgrading but no difference.
This is what is on terminal.
while my linter shows.
Kindly assist
Beta Was this translation helpful? Give feedback.
All reactions