how do i read get a Lua string as bytes (either Vec<u8> or &[u8]) #243
Answered
by
walksanatora
walksanatora
asked this question in
Q&A
-
so i have a function that takes a String (path) and the bytes to write |
Beta Was this translation helpful? Give feedback.
Answered by
walksanatora
Jan 31, 2023
Replies: 1 comment
-
i was able to get it with a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
walksanatora
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i was able to get it with a
Box<str>