Replies: 1 comment 2 replies
-
Could you show your code?
You probably need |
Beta Was this translation helpful? Give feedback.
2 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 trying to override the build in lua print function to better print tables, how can i best do this? I'm having some trouble converting mlua::Value to a rust type, I looked into serializing but no success. I was also wondering if it's possible to create a function that takes a variable number of inputs, I've tried making the input a vector and that didn't work. Thanks in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions